pypiserver/requirements/dev.pip

21 lines
337 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
docopt # For `/bin/bumpver.py`.
gevent>=1.1b4; python_version >= '3'
mypy; implementation_name == 'cpython'
pip>=7
passlib>=1.6
2017-12-18 12:50:19 +01:00
pytest>=2.3
pytest-cov
2015-09-17 20:23:26 +02:00
setuptools
setuptools-git>=0.3
tox
twine
2017-12-18 12:50:19 +01:00
webtest
wheel>=0.25.0