Move away from gevent
Some checks failed
continuous-integration/drone/push Build is failing

Might not be that reliable
This commit is contained in:
2021-11-25 21:21:59 +01:00
parent 1837eda25f
commit 5422d4e14c
4 changed files with 6 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ setup(
license = 'AGPL v3',
packages = [package_name],
install_requires = ['lxml', 'bs4', 'python-dateutil', 'chardet'],
extras_require = {'full': ['pymysql', 'redis', 'diskcache', 'gunicorn', 'gevent']},
extras_require = {'full': ['pymysql', 'redis', 'diskcache', 'gunicorn']},
package_data = {package_name: ['feedify.ini']},
data_files = [
('share/' + package_name, ['README.md', 'LICENSE']),