facilitate library use

This commit is contained in:
Barbara Miller 2024-11-02 09:35:03 -07:00
parent 09ec0b1078
commit 2b4f40a3e6
2 changed files with 3 additions and 5 deletions

0
__init.py__ Normal file
View File

View File

@ -71,8 +71,6 @@ setuptools.setup(
"websocket-client==1.8.0", "websocket-client==1.8.0",
"pillow>=5.2.0", "pillow>=5.2.0",
"urlcanon>=0.1.dev23", "urlcanon>=0.1.dev23",
"rethinkdb==2.4.9",
"doublethink==0.4.9",
"cerberus>=1.0.1", "cerberus>=1.0.1",
"jinja2>=2.10", "jinja2>=2.10",
"cryptography>=2.3", "cryptography>=2.3",
@ -87,6 +85,8 @@ setuptools.setup(
"pywb>=0.33.2,<2", "pywb>=0.33.2,<2",
"flask>=1.0", "flask>=1.0",
"gunicorn>=19.8.1", "gunicorn>=19.8.1",
"rethinkdb==2.4.9",
"doublethink==0.4.9",
], ],
}, },
zip_safe=False, zip_safe=False,
@ -94,9 +94,7 @@ setuptools.setup(
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Console", "Environment :: Console",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: System :: Archiving", "Topic :: System :: Archiving",
], ],