mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
Added tox to requirements.
This commit is contained in:
parent
e9ef15454d
commit
9a6c275218
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Project dependencies
|
# Project dependencies
|
||||||
|
django==1.5.5
|
||||||
django-mptt==0.6.0
|
django-mptt==0.6.0
|
||||||
pygments==1.6
|
pygments==1.6
|
||||||
requests==2.0.0
|
requests==2.0.0
|
||||||
|
@ -6,9 +7,9 @@ requests==2.0.0
|
||||||
# Testing
|
# Testing
|
||||||
python-coveralls==2.4.0
|
python-coveralls==2.4.0
|
||||||
coverage==3.7
|
coverage==3.7
|
||||||
|
tox==1.10.1
|
||||||
|
|
||||||
# Deployment specific
|
# Deployment specific
|
||||||
gunicorn==18.0
|
|
||||||
django==1.5.5
|
|
||||||
south==0.8.2
|
|
||||||
django-redis==3.3
|
django-redis==3.3
|
||||||
|
gunicorn==18.0
|
||||||
|
south==0.8.2
|
||||||
|
|
Loading…
Reference in a new issue