mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-22 23:59:47 -05:00
facilitate library use
This commit is contained in:
parent
09ec0b1078
commit
2b4f40a3e6
0
__init.py__
Normal file
0
__init.py__
Normal file
8
setup.py
8
setup.py
@ -71,8 +71,6 @@ setuptools.setup(
|
||||
"websocket-client==1.8.0",
|
||||
"pillow>=5.2.0",
|
||||
"urlcanon>=0.1.dev23",
|
||||
"rethinkdb==2.4.9",
|
||||
"doublethink==0.4.9",
|
||||
"cerberus>=1.0.1",
|
||||
"jinja2>=2.10",
|
||||
"cryptography>=2.3",
|
||||
@ -87,6 +85,8 @@ setuptools.setup(
|
||||
"pywb>=0.33.2,<2",
|
||||
"flask>=1.0",
|
||||
"gunicorn>=19.8.1",
|
||||
"rethinkdb==2.4.9",
|
||||
"doublethink==0.4.9",
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
@ -94,9 +94,7 @@ setuptools.setup(
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Console",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
"Topic :: System :: Archiving",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user