forked from github.com/pypiserver
23 lines
479 B
Plaintext
23 lines
479 B
Plaintext
## Pip-dependencies for developing the project.
|
|
#
|
|
# Install it with:
|
|
# pip install -r requirements/dev.pip
|
|
|
|
-r exe.pip
|
|
|
|
pip>=7
|
|
setuptools
|
|
setuptools-git>=0.3
|
|
passlib>=1.6
|
|
tox
|
|
wheel>=0.25.0
|
|
pytest>=2.3
|
|
webtest; python_version != '2.5'
|
|
mock; python_version <= '3.2'
|
|
gevent>=1.1b4; python_version >= '3'
|
|
twine>=1.6.1
|
|
|
|
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'
|