Skip to content

Commit 635fd00

Browse files
try to workaround pip issue with unrecognized zip packages
1 parent d701d98 commit 635fd00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/production.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
django
22
celery>=3.1
33
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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ skipsdist = False
1212
[base]
1313
deps = -r{toxinidir}/requirements/production.txt
1414
-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
1517

1618

1719
[testenv]

0 commit comments

Comments
 (0)