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:
Noah Levitt 2015-08-26 19:44:04 +00:00
parent 78ca070165
commit cf91fb1377
3 changed files with 16 additions and 10 deletions

View file

@ -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',