Skip to content

Commit caf0381

Browse files
author
Naor Livne
committed
adding six to the module requirements
1 parent e98f025 commit caf0381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = 'Naor Livne'
22
__author_email__ = 'naorlivne@gmail.com'
3-
__version__ = '2.1.0'
3+
__version__ = '2.1.1'
44

55
from setuptools import setup, find_packages
66

@@ -19,7 +19,7 @@
1919
license="GPLv3",
2020
keywords="nebula container orchestrator sdk",
2121
url="https://github.com/nebula-orchestrator/nebula-python-sdk",
22-
install_requires=['requests>=2.3.0'],
22+
install_requires=['requests>=2.3.0', 'six>=1.12.0'],
2323
classifiers=["Development Status :: 5 - Production/Stable",
2424
"Environment :: Other Environment",
2525
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)