зеркало из https://github.com/mozilla/treeherder.git
27 строки
485 B
Plaintext
27 строки
485 B
Plaintext
# Dependencies (both pure-Python and compiled) needed only in development
|
|
|
|
# for the test suite and coverage metrics
|
|
py==1.4.12
|
|
pytest==2.3.4
|
|
pytest-cov==1.6
|
|
cov-core==1.6
|
|
coverage==3.5.2
|
|
datadiff==1.1.5
|
|
|
|
django-webtest==1.5.3
|
|
WebTest==1.3.4
|
|
WebOb==1.2
|
|
|
|
mock==1.0b1
|
|
|
|
|
|
# in order to be able to run bin/generate-vendor-lib.py
|
|
virtualenv==1.7.1.2
|
|
|
|
# in order to be able to build the documentation
|
|
Sphinx==1.1.3
|
|
sphinxcontrib-httpdomain==1.1.7
|
|
|
|
#for celery auto-reloading
|
|
pyinotify==0.9.4
|