1
0
mirror of https://github.com/pypiserver/pypiserver synced 2024-11-09 16:45:51 +01:00
pypiserver/requirements/dev.pip

12 lines
221 B
Plaintext
Raw Normal View History

2015-09-17 20:23:26 +02:00
## Pip-dependencies for developing the project.
#
# Install it with:
# pip install -r requirements/dev.pip
-r exe.pip
-r test.pip
2015-09-17 20:23:26 +02:00
black==22.12.*
docopt # For `/bin/bumpver.py`.
mypy; implementation_name == 'cpython'