We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98f025 commit caf0381Copy full SHA for caf0381
setup.py
@@ -1,6 +1,6 @@
1
__author__ = 'Naor Livne'
2
__author_email__ = 'naorlivne@gmail.com'
3
-__version__ = '2.1.0'
+__version__ = '2.1.1'
4
5
from setuptools import setup, find_packages
6
@@ -19,7 +19,7 @@
19
license="GPLv3",
20
keywords="nebula container orchestrator sdk",
21
url="https://github.com/nebula-orchestrator/nebula-python-sdk",
22
- install_requires=['requests>=2.3.0'],
+ install_requires=['requests>=2.3.0', 'six>=1.12.0'],
23
classifiers=["Development Status :: 5 - Production/Stable",
24
"Environment :: Other Environment",
25
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
0 commit comments