mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
Revert "use dependency_links instead of requirements.txt in spite of ugliness of --process-dependency-links, #egg=..., so that dependent projects can use brozzler more easily"
Ugh.. too much pain, not worth the time to figure out the magic #egg=
incantation.
This reverts commit 78ca070165
.
This commit is contained in:
parent
78ca070165
commit
cf91fb1377
3 changed files with 16 additions and 10 deletions
7
setup.py
7
setup.py
|
@ -33,13 +33,6 @@ setuptools.setup(name='brozzler',
|
|||
packages=['brozzler'],
|
||||
package_data={'brozzler':['behaviors.d/*.js*', 'behaviors.yaml', 'version.txt']},
|
||||
scripts=glob.glob('bin/*'),
|
||||
install_requires=["argparse","PyYAML","surt==HEAD","youtube-dl==HEAD","reppy==HEAD","requests","websocket-client==HEAD","rethinkdb"],
|
||||
dependency_links=[
|
||||
"git+https://github.com/nlevitt/youtube-dl.git@brozzler#egg=youtube-dl-HEAD",
|
||||
"git+https://github.com/seomoz/reppy.git#egg=reppy-HEAD",
|
||||
"git+https://github.com/nlevitt/websocket-client.git@tweaks#egg=websocket-client-HEAD",
|
||||
"git+https://github.com/nlevitt/surt.git@py3#egg=surt-HEAD",
|
||||
],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue