Skip to content

Commit

Permalink
try again with pip<22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Feb 6, 2022
1 parent 6880c69 commit 5a8050a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions requirements.d/development.txt
@@ -1,11 +1,11 @@
setuptools!=60.6.0
setuptools_scm
pip
virtualenv
tox
pytest
pytest-xdist
pytest-cov
pytest-benchmark
Cython
twine
setuptools==53.0.0
setuptools-scm==6.4.2
pip==21.3.1
virtualenv==20.13.1
tox==3.24.5
pytest==7.0.0
pytest-xdist==2.5.0
pytest-cov==3.0.0
pytest-benchmark==3.4.1
Cython==0.29.27
twine==3.8.0

0 comments on commit 5a8050a

Please sign in to comment.