mirror of
https://github.com/pypiserver/pypiserver
synced 2025-02-22 19:19:37 +01:00
15 lines
214 B
Plaintext
15 lines
214 B
Plaintext
# Just the absolutely necessary extra requirements for
|
|
# running tests
|
|
|
|
gevent>=1.1b4; python_version >= '3'
|
|
httpx
|
|
pip
|
|
passlib>=1.6
|
|
pytest>=6.2.2
|
|
pytest-cov
|
|
setuptools>=40.0,<62.0.0
|
|
tox
|
|
twine
|
|
webtest
|
|
wheel>=0.25.0
|