Skip to content

Commit

Permalink
use a real python 3.5 to generate frozen reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Feb 6, 2022
1 parent 377971e commit 1ee72e1
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, !=60.7.0
setuptools_scm
pip
virtualenv
tox
pytest
pytest-xdist
pytest-cov
pytest-benchmark
Cython
twine
setuptools==28.8.0
setuptools-scm==5.0.2
pip==20.3.4
virtualenv==20.13.1
tox==3.24.5
pytest==6.1.2
pytest-xdist==2.2.1
pytest-cov==2.12.1
pytest-benchmark==3.4.1
Cython==0.29.27
twine==1.15.0

0 comments on commit 1ee72e1

Please sign in to comment.