Skip to content

Commit

Permalink
Restrict the bravado-asyncio version we use for now to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Jun 18, 2018
1 parent 2766795 commit cab0bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
'Programming Language :: Python :: 3.6',
],
install_requires=[
'bravado-asyncio >= 0.4.0',
'bravado-asyncio >= 0.4.0, < 1.1.0',
'bravado-core >= 4.11.0',
'msgpack-python',
'python-dateutil',
Expand Down

0 comments on commit cab0bfa

Please sign in to comment.