Only really need dependencies so far for running tests (part 2)

This commit is contained in:
Les Orchard 2011-08-19 12:05:45 -04:00
Родитель 891f0527d0
Коммит 332cdd8646
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -1,9 +1,3 @@
# This file pulls in everything a developer needs. If it's a basic package
# needed to run the site, it belongs in requirements/prod.txt. If it's a
# package for developers (testing, docs, etc.), it goes in this file.
-r prod.txt
# Testing
nose==1.0.0
-e git://github.com/jbalogh/django-nose.git#egg=django_nose