We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d701d98 commit 635fd00Copy full SHA for 635fd00
requirements/production.txt
@@ -1,5 +1,3 @@
1
django
2
celery>=3.1
3
django-appconf>=0.6
4
-https://github.com/jezdez/django-queued-storage/archive/develop.zip
5
-https://github.com/thijstriemstra/python-video-converter/archive/master.zip
tox.ini
@@ -12,6 +12,8 @@ skipsdist = False
12
[base]
13
deps = -r{toxinidir}/requirements/production.txt
14
-r{toxinidir}/requirements/testing.txt
15
+ https://github.com/jezdez/django-queued-storage/archive/develop.zip
16
+ https://github.com/thijstriemstra/python-video-converter/archive/master.zip
17
18
19
[testenv]
0 commit comments