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

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