diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-24 16:40:40 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-24 16:40:40 -0400 |
| commit | 7306811598b51bfe726850ce4b061a6e389d5b80 (patch) | |
| tree | 907882aecc017d26f925f70d003371124a507d0f /setuptools/tests/requirements.txt | |
| parent | 8f1f09b7f93f2fa86bafcd6502ec51d4680b4499 (diff) | |
| parent | 52c394c1e87b863aec92949e4b494ab01a7cd234 (diff) | |
| download | external_python_setuptools-7306811598b51bfe726850ce4b061a6e389d5b80.tar.gz external_python_setuptools-7306811598b51bfe726850ce4b061a6e389d5b80.tar.bz2 external_python_setuptools-7306811598b51bfe726850ce4b061a6e389d5b80.zip | |
Merge branch 'master' into docs_ci
Diffstat (limited to 'setuptools/tests/requirements.txt')
| -rw-r--r-- | setuptools/tests/requirements.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/setuptools/tests/requirements.txt b/setuptools/tests/requirements.txt new file mode 100644 index 00000000..19bf5aef --- /dev/null +++ b/setuptools/tests/requirements.txt @@ -0,0 +1,12 @@ +mock +pytest-flake8 +flake8-2020; python_version>="3.6" +virtualenv>=13.0.0 +pytest-virtualenv>=1.2.7 +pytest>=3.7 +wheel +coverage>=4.5.1 +pytest-cov>=2.5.1 +paver; python_version>="3.6" +futures; python_version=="2.7" +pip>=19.1 # For proper file:// URLs support. |
