add gevent so we can have concurrent requests in gunicorn mode

This commit is contained in:
2021-02-16 10:40:31 -06:00
parent f7d4b485a5
commit 1a02204a63
3 changed files with 238 additions and 77 deletions

View File

@ -31,6 +31,7 @@ python-dotenv = "*"
ecdsa = "*"
aiohttp = "*"
apscheduler = "*"
gevent = "*"
[dev-packages]