Skip to content

Commit

Permalink
fix: freeze autobahn dep since api is broken on Python v3
Browse files Browse the repository at this point in the history
  • Loading branch information
vividvilla committed Jan 28, 2021
1 parent 51f94a4 commit 04574aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@
"pyOpenSSL>=17.5.0",
"enum34>=1.1.6",
"python-dateutil>=2.6.1",
"autobahn[twisted]>=17.10.1"
"autobahn[twisted]==19.11.2"
],
tests_require=["pytest", "responses", "pytest-cov", "mock", "flake8"],
test_suite="tests",
Expand Down

0 comments on commit 04574aa

Please sign in to comment.