diff --git a/setup.py b/setup.py index f75b12f..9fd2e5d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ description='Wss python pluging for creating/updating wss organization inventory', author='Yossi Weinberg', author_email='yossi.weinberg@whitesourcesoftware.com', - install_requires=["requests == 2.3.0", "enum34 == 1.0", "jsonpickle == 0.7.2"], + install_requires=["requests == 2.13.0", "enum34 == 1.1.6", "jsonpickle == 0.9.4"], packages=['plugin', 'agent', 'agent.client', 'agent.api', 'agent.api.dispatch', 'agent.api.model'], include_package_data=True, license="Apache 2.0"