pypiserver/requirements/dev.pip

12 lines
212 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
docopt # For `/bin/bumpver.py`.
mypy; implementation_name == 'cpython'