1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

Remove dependency on old Flask

This commit is contained in:
Hugo
2017-12-07 15:53:38 +02:00
parent 943a15a967
commit c111ebab0a

View File

@@ -13,8 +13,7 @@ deps = flake8
commands =
./runtests.sh {posargs}
deps =
# httpbin fails with latest Flask, so we pin it
Flask==0.10.1
Flask
mock
pytest
pytest-httpbin