pip/tools/requirements/tests.txt

20 lines
440 B
Plaintext
Raw Normal View History

cryptography==2.8
csv23
enum34; python_version < '3.4'
freezegun
2018-06-14 08:27:20 +02:00
mock
pretend
# pytest 5.x only supports python 3.5+
pytest<5.0.0
2017-11-14 07:33:01 +01:00
pytest-cov
# Prevent installing 9.0 which has install_requires "pytest >= 5.0".
pytest-rerunfailures<9.0
pytest-timeout
pytest-xdist
2018-07-02 21:20:10 +02:00
pyyaml
setuptools>=39.2.0 # Needed for `setuptools.wheel.Wheel` support.
scripttest
https://github.com/pypa/virtualenv/archive/legacy.zip#egg=virtualenv
werkzeug==0.16.0
wheel