add urllib3 to the tox dependencies

This commit is contained in:
Kay0u 2020-05-20 18:12:18 +02:00
parent 37f0273ff4
commit 88f6dbe7f6
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -10,6 +10,7 @@ deps =
pytest >= 4.6.3, < 5.0
pyyaml >= 5.1.2, < 6.0
flake8 >= 3.7.9, < 3.8
urllib3
commands =
pytest {posargs}