add IPy as a dependency

master
Justin Riley 2016-08-02 10:14:10 -04:00
parent ee1e22708d
commit a44f956d2c
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
oca==4.10.0
python-etcd==0.4.3
IPy==0.83

View File

@ -21,6 +21,7 @@ setup(
install_requires=[
"oca>=4.10.0",
"python-etcd>=0.4.3",
"IPy>=0.83",
],
entry_points=dict(console_scripts=['onedns = onedns.cli:main']),
zip_safe=False