setup: do not include gunicorn (#87460)
gitea/docbow/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2024-02-26 12:01:50 +01:00
parent 3a67533c54
commit 9d0672f2be
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ setup(
install_requires=[
'django>=2.2, <3.3',
'typing', # For M2Crypto.util
'gunicorn',
'django_journal>=2.0.0',
'django-picklefield',
'django-tables2',