mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-21 05:14:22 -04:00
goodbye requirements.txt now that we have devpi
This commit is contained in:
parent
c780b147b3
commit
2863b7e422
2 changed files with 10 additions and 15 deletions
|
@ -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'],
|
packages=['brozzler'],
|
||||||
package_data={'brozzler':['behaviors.d/*.js*', 'behaviors.yaml', 'version.txt']},
|
package_data={'brozzler':['behaviors.d/*.js*', 'behaviors.yaml', 'version.txt']},
|
||||||
scripts=glob.glob('bin/*'),
|
scripts=glob.glob('bin/*'),
|
||||||
|
install_requires=[
|
||||||
|
'PyYAML',
|
||||||
|
'youtube-dl',
|
||||||
|
'reppy',
|
||||||
|
'requests',
|
||||||
|
'websocket-client',
|
||||||
|
'pillow',
|
||||||
|
'surt',
|
||||||
|
'rethinkstuff',
|
||||||
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue