mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +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
|
||||
django==1.5.5
|
||||
django-mptt==0.6.0
|
||||
pygments==1.6
|
||||
requests==2.0.0
|
||||
|
@ -6,9 +7,9 @@ requests==2.0.0
|
|||
# Testing
|
||||
python-coveralls==2.4.0
|
||||
coverage==3.7
|
||||
tox==1.10.1
|
||||
|
||||
# Deployment specific
|
||||
gunicorn==18.0
|
||||
django==1.5.5
|
||||
south==0.8.2
|
||||
django-redis==3.3
|
||||
gunicorn==18.0
|
||||
south==0.8.2
|
||||
|
|
Loading…
Reference in a new issue