Skip to content

Commit ef2b8cf

Browse files
committed
fix(official-http/python-swaggerpy): specify bravado version
1 parent aa55e7f commit ef2b8cf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bravado==9.3.2

official-http/python-swaggerpy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
author='Samuel Reed',
1010
author_email='sam@bitmex.com',
1111
url='https://github.com/bitmex/api-Connectors',
12-
install_requires=['bravado'],
12+
install_requires=['bravado>=9.3.0,<10'],
1313
packages=[''],
1414
)

0 commit comments

Comments
 (0)