mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
goodbye requirements.txt now that we have devpi
This commit is contained in:
parent
c780b147b3
commit
2863b7e422
@ -1,15 +0,0 @@
|
||||
PyYAML
|
||||
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
|
||||
requests
|
||||
git+https://github.com/nlevitt/websocket-client.git@tweaks
|
||||
rethinkdb
|
||||
pillow
|
||||
|
||||
git+https://github.com/nlevitt/surt.git@py3
|
||||
git+https://github.com/nlevitt/pyrethink.git
|
||||
.
|
||||
|
||||
# -e /home/nlevitt/workspace/surt
|
||||
# -e /home/nlevitt/workspace/pyrethink
|
||||
# -e .
|
10
setup.py
10
setup.py
@ -33,6 +33,16 @@ setuptools.setup(name='brozzler',
|
||||
packages=['brozzler'],
|
||||
package_data={'brozzler':['behaviors.d/*.js*', 'behaviors.yaml', 'version.txt']},
|
||||
scripts=glob.glob('bin/*'),
|
||||
install_requires=[
|
||||
'PyYAML',
|
||||
'youtube-dl',
|
||||
'reppy',
|
||||
'requests',
|
||||
'websocket-client',
|
||||
'pillow',
|
||||
'surt',
|
||||
'rethinkstuff',
|
||||
],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
Loading…
x
Reference in New Issue
Block a user