Merge branch 'feature7928'
[osm/N2VC.git] / setup.py
index b27dcbe..1eb3f69 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -21,12 +21,9 @@ setup(
     packages=find_packages(
         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
     install_requires=[
-        'macaroonbakery>=1.1,<2.0',
-        'pyRFC3339>=1.0,<2.0',
-        'pyyaml>=3.0,<4.0',
-        'theblues>=0.3.8,<1.0',
-        'websockets>=4.0,<5.0',
+        'juju',
         'paramiko',
+        'pyasn1>=0.4.4',
     ],
     include_package_data=True,
     maintainer='Adam Israel',