Modified Jenkinsfile to disable TEST_INSTALL in branch feature7928
[osm/N2VC.git] / setup.py
index 09c0bdf..2111150 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,12 +25,13 @@ setup(
         'pyRFC3339>=1.0,<2.0',
         'pyyaml>=3.0,<4.0',
         'theblues>=0.3.8,<1.0',
-        'websockets>=4.0,<5.0',
+        'websockets>=7.0,<8.0',
         'paramiko',
+        'pyasn1>=0.4.4',
     ],
     include_package_data=True,
-    maintainer='',
-    maintainer_email='',
+    maintainer='Adam Israel',
+    maintainer_email='adam.israel@canonical.com',
     description=(''),
     url='',
     license='Apache 2',