Bug 1070470 - Specify #egg= for dependencies from zip archives

Since peep doesn't like it if it's not set, plus it apparently helps pip
figure out sooner in the process whether a dependency is covered.
This commit is contained in:
Ed Morley 2015-03-11 23:02:44 +00:00
Родитель cd0214af49
Коммит a4248c53cb
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -15,7 +15,7 @@ drf-extensions==0.2.5
django-cors-headers==0.11
https://github.com/mozilla/django-browserid/archive/e8d1d57145401cf3f42993fe84edc32e29e5903f.zip
https://github.com/mozilla/django-browserid/archive/e8d1d57145401cf3f42993fe84edc32e29e5903f.zip#egg=django-browserid
# requirements for django-browserid
requests==2.4.1
@ -29,5 +29,5 @@ httplib2==0.7.4
jsonfield==0.9.20
mozlog==2.10
https://github.com/jeads/datasource/archive/2f09c9cc8700be71c1e63bc4f34c6cc05ffc5a66.zip
https://github.com/mozilla/treeherder-client/archive/be6cb763dce2d4c72c1a5c327890753f8820864e.zip
https://github.com/jeads/datasource/archive/2f09c9cc8700be71c1e63bc4f34c6cc05ffc5a66.zip#egg=datasource
https://github.com/mozilla/treeherder-client/archive/be6cb763dce2d4c72c1a5c327890753f8820864e.zip#egg=treeherder-client

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

@ -8,6 +8,6 @@ simplejson==3.3.0
Cython==0.19.2
gevent==1.0
# gevent-socketio 3.6 hasn't been released yet
https://github.com/abourget/gevent-socketio/archive/0f9bd2744af033b7cba57bfd5b82106592e9f667.zip
https://github.com/abourget/gevent-socketio/archive/0f9bd2744af033b7cba57bfd5b82106592e9f667.zip#egg=gevent-socketio
gevent-websocket==0.9
greenlet==0.4.1