setup: add setproctitle to full install for gunicorn
Some checks failed
continuous-integration/drone/push Build is failing

Also update the readme section regarding the full install
This commit is contained in:
2021-12-11 18:37:24 +01:00
parent 580565da77
commit ac9859d955
2 changed files with 4 additions and 4 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'],
'full': ['pymysql', 'redis', 'diskcache', 'gunicorn', 'setproctitle'],
'dev': ['pylint']
},
python_requires = '>=2.7',