1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tools/requirements/tests.txt
Jon Dufresne 14380668b5 Drop csv23 in favor of stdlib csv
Using csv23 has been unnecessary since dropping Python 2 support. It
previously remained as a compatibility shim.
2020-12-27 08:09:32 -08:00

18 lines
344 B
Plaintext

--use-feature=2020-resolver
cryptography==2.8
enum34; python_version < '3.4'
freezegun
mock
pretend
pytest
pytest-cov
pytest-rerunfailures
pytest-timeout
pytest-xdist
pyyaml
scripttest
setuptools>=39.2.0 # Needed for `setuptools.wheel.Wheel` support.
https://github.com/pypa/virtualenv/archive/legacy.zip#egg=virtualenv
werkzeug==0.16.0
wheel