goodbye requirements.txt now that we have devpi

This commit is contained in:
Noah Levitt 2015-09-23 00:49:20 +00:00
parent c780b147b3
commit 2863b7e422
2 changed files with 10 additions and 15 deletions

View File

@ -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 .

View File

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