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
|
|
|
|
|
|
|
|
pip>6
|
|
|
|
setuptools
|
|
|
|
setuptools-git>=0.3
|
2015-09-18 18:24:33 +02:00
|
|
|
tox
|
2015-09-17 20:23:26 +02:00
|
|
|
wheel
|
2015-09-18 18:24:33 +02:00
|
|
|
pytest>=2.3
|
|
|
|
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'
|
|
|
|
twine>=1.6.0
|
|
|
|
|
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'
|
|
|
|
WebTest==1.4.3; python_version == '2.5'
|