forked from github.com/pypiserver
18 lines
269 B
Plaintext
18 lines
269 B
Plaintext
|
## 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
|
||
|
wheel
|
||
|
pytest
|
||
|
webtest
|
||
|
mock; python_version < '3'
|
||
|
gevent>=1.1b4; python_version >= '3'
|
||
|
twine>=1.6.0
|
||
|
|