mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
abc4bfb418
* Upgrade to psf/black stable style 2023 * Unpin psf/black
12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
## Pip-dependencies for developing the project.
|
|
#
|
|
# Install it with:
|
|
# pip install -r requirements/dev.pip
|
|
|
|
-r exe.pip
|
|
-r test.pip
|
|
|
|
black
|
|
docopt # For `/bin/bumpver.py`.
|
|
mypy; implementation_name == 'cpython'
|