mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -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
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…
Add table
Add a link
Reference in a new issue