2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

gunicorn: revert support for gevent (#4035)

- For some reason this causes production docker image to fail to build
- but only in GitHub CI ??
This commit is contained in:
Oliver
2022-12-09 16:51:58 +11:00
committed by GitHub
parent c4f0fa4d3a
commit 53ecca34d8
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,3 @@ mariadb>=1.0.7,<1.1.0
# gunicorn web server
gunicorn>=20.1.0
gevent>=22.10.2