[VOL-2241] v2 - update requirements.txt

Change-Id: I6187121c989a68da2e46ab56ac22e4068ee726a0
diff --git a/setup.py b/setup.py
index a1a6056..4bbfc0e 100644
--- a/setup.py
+++ b/setup.py
@@ -56,9 +56,11 @@
         'License :: OSI Approved :: Apache Software License',
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
     ],
     packages=find_packages(exclude=['test']),
     install_requires=[required],
     include_package_data=True,
-    dependency_links=["git+https://github.com/ciena/afkak.git#egg=afkak-3.0.0.dev20181106"]
 )