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

Pin flask version (as latests 1.0 breaks retrocompatibility)

This commit is contained in:
Luiz Menezes
2018-05-02 11:59:01 -03:00
parent 42b3b16fe1
commit 7a82d70391

View File

@@ -13,7 +13,7 @@ deps = flake8
commands =
./runtests.sh {posargs}
deps =
Flask
Flask<1
mock
pytest
pytest-httpbin