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
|
|
|
|
|
2015-09-19 01:02:27 +02:00
|
|
|
pip>=7
|
2015-09-17 20:23:26 +02:00
|
|
|
setuptools
|
|
|
|
setuptools-git>=0.3
|
2016-03-11 18:46:29 +01:00
|
|
|
passlib>=1.6
|
2015-09-18 18:24:33 +02:00
|
|
|
tox
|
2016-01-20 21:18:22 +01:00
|
|
|
wheel>=0.25.0
|
2017-11-30 01:59:05 +01:00
|
|
|
pytest>=2.3; python_version != '3.3'
|
|
|
|
pytest>=2.3,<3.3; python_version == '3.3'
|
2015-09-18 18:24:33 +02:00
|
|
|
webtest; python_version != '2.5'
|
2015-09-18 18:52:53 +02:00
|
|
|
mock; python_version <= '3.2'
|
2015-09-17 20:23:26 +02:00
|
|
|
gevent>=1.1b4; python_version >= '3'
|
2017-11-14 17:47:27 +01:00
|
|
|
twine>=1.7
|
2015-09-17 20:23:26 +02:00
|
|
|
|
2015-09-18 18:24:33 +02:00
|
|
|
WebOb==0.9.6.1; python_version == '2.5'
|
|
|
|
BeautifulSoup==3.2.1; python_version == '2.5'
|
2016-01-20 21:18:22 +01:00
|
|
|
WebTest==1.4.3; python_version == '2.5'
|
2017-10-31 19:43:55 +01:00
|
|
|
docopt # For `/bin/bumpver.py`.
|