From 6a7fc5d0b3905dbf18149f218e41d45c27adf212 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 25 Jun 2017 10:40:47 +0200 Subject: [PATCH] Force pyswagger update to prevent from bugs --- esipy/__init__.py | 3 +-- requirements.txt | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/esipy/__init__.py b/esipy/__init__.py index d0a0c8d..3d27b59 100644 --- a/esipy/__init__.py +++ b/esipy/__init__.py @@ -9,5 +9,4 @@ # Not installed or in install (not yet installed) so ignore pass - -__version__ = '0.1.5' +__version__ = '0.1.6' diff --git a/requirements.txt b/requirements.txt index a8cd00b..2162750 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ mock future python-memcached diskcache -pyswagger>=0.8.27 +pyswagger>=0.8.30 requests six diff --git a/setup.py b/setup.py index ccec622..a36c61d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # install requirements install_requirements = [ "requests", - "pyswagger >= 0.8.27", + "pyswagger >= 0.8.30", "six", "pytz", "futures", @@ -40,7 +40,7 @@ tests_require=test_requirements, test_suite='nose.collector', classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 2.7",