Remove sqlite & mysql cache backends
Some checks failed
continuous-integration/drone/push Build is failing

Obsoleted since the introduction of diskcache & redis
This commit is contained in:
2022-12-13 22:40:13 +01:00
parent 8b26797e93
commit 438c32a312
3 changed files with 2 additions and 85 deletions

View File

@@ -22,7 +22,7 @@ setup(
packages = [package_name],
install_requires = ['lxml', 'bs4', 'python-dateutil', 'chardet'],
extras_require = {
'full': ['pymysql', 'redis', 'diskcache', 'gunicorn', 'setproctitle'],
'full': ['redis', 'diskcache', 'gunicorn', 'setproctitle'],
'dev': ['pylint', 'pytest', 'pytest-cov'],
},
python_requires = '>=2.7',