This commit is contained in:
Philip Peterson 2024-12-20 04:40:23 -05:00
parent 59a5f8c12c
commit ffdb106d7b
No known key found for this signature in database
GPG key ID: 354311183FC6519B
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,2 @@
import nfsn_ddns as n
if __name__ == '__main__':
print(dir(n))
pass

View file

@ -10,7 +10,8 @@ setup(name='InvokeDdns',
url='https://github.com/philip-peterson/invoke-ddns',
packages=['invoke_ddns', 'invoke_ddns.command'],
install_requires=[
'tornado>=4.4'
'tornado>=4.4',
'nsfn_ddns==0.3.0'
],
entry_points={
'console_scripts': [