blacklist urllib3 versions with encoding bug

I *think* this should only affect testing, not production
This commit is contained in:
Min RK
2019-09-24 11:32:23 +02:00
parent 66f29e0f5a
commit a8c0609eb9

View File

@@ -14,4 +14,7 @@ pytest-asyncio
pytest-cov
pytest>=3.3
requests-mock
# blacklist urllib3 releases affected by https://github.com/urllib3/urllib3/issues/1683
# I *think* this should only affect testing, not production
urllib3!=1.25.4,!=1.25.5
virtualenv