mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-26 19:20:55 -04:00
shouldn't have local paths as requirements
This commit is contained in:
parent
dc9d1a4959
commit
70308c10f4
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
PyYAML
|
PyYAML
|
||||||
# git+https://github.com/nlevitt/surt.git@py3
|
git+https://github.com/nlevitt/surt.git@py3
|
||||||
-e /home/nlevitt/workspace/surt
|
# -e /home/nlevitt/workspace/surt
|
||||||
git+https://github.com/nlevitt/youtube-dl.git@brozzler
|
git+https://github.com/nlevitt/youtube-dl.git@brozzler
|
||||||
git+https://github.com/seomoz/reppy.git # https://github.com/seomoz/reppy/commit/7661606c not in pypi package
|
git+https://github.com/seomoz/reppy.git # https://github.com/seomoz/reppy/commit/7661606c not in pypi package
|
||||||
requests
|
requests
|
||||||
git+https://github.com/nlevitt/websocket-client.git@tweaks
|
git+https://github.com/nlevitt/websocket-client.git@tweaks
|
||||||
rethinkdb
|
rethinkdb
|
||||||
pillow
|
pillow
|
||||||
|
# -e .
|
||||||
-e .
|
-e .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue