Skip to content

Commit

Permalink
Force pyswagger update to prevent from bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyria committed Jun 25, 2017
1 parent 13f48e2 commit 6a7fc5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions esipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
# Not installed or in install (not yet installed) so ignore
pass


__version__ = '0.1.5'
__version__ = '0.1.6'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ mock
future
python-memcached
diskcache
pyswagger>=0.8.27
pyswagger>=0.8.30
requests
six
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# install requirements
install_requirements = [
"requests",
"pyswagger >= 0.8.27",
"pyswagger >= 0.8.30",
"six",
"pytz",
"futures",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6a7fc5d

Please sign in to comment.