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
|
|
|
|
|
2018-03-07 02:59:35 +01:00
|
|
|
docopt # For `/bin/bumpver.py`.
|
|
|
|
gevent>=1.1b4; python_version >= '3'
|
2017-12-18 12:50:19 +01:00
|
|
|
mock; python_version == '2.7'
|
2015-09-19 01:02:27 +02:00
|
|
|
pip>=7
|
2018-03-07 02:59:35 +01:00
|
|
|
passlib>=1.6
|
2017-12-18 12:50:19 +01:00
|
|
|
pytest>=2.3
|
2019-09-18 03:44:15 +02:00
|
|
|
pytest-cov
|
2015-09-17 20:23:26 +02:00
|
|
|
setuptools
|
|
|
|
setuptools-git>=0.3
|
2015-09-18 18:24:33 +02:00
|
|
|
tox
|
2018-11-10 01:42:13 +01:00
|
|
|
twine
|
2017-12-18 12:50:19 +01:00
|
|
|
webtest
|
2018-11-09 23:58:45 +01:00
|
|
|
wheel>=0.25.0
|