mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Upgrade gunicorn and make it only a production dependency
This commit is contained in:
parent
8e77b3dc82
commit
89ef23de50
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,6 @@ dependencies = [
|
||||||
"httpx == 0.25.0",
|
"httpx == 0.25.0",
|
||||||
"pgvector == 0.2.4",
|
"pgvector == 0.2.4",
|
||||||
"psycopg2-binary == 2.9.9",
|
"psycopg2-binary == 2.9.9",
|
||||||
"gunicorn == 21.2.0",
|
|
||||||
"lxml == 4.9.3",
|
"lxml == 4.9.3",
|
||||||
"tzdata == 2023.3",
|
"tzdata == 2023.3",
|
||||||
"rapidocr-onnxruntime == 1.3.11; python_version<'3.12'",
|
"rapidocr-onnxruntime == 1.3.11; python_version<'3.12'",
|
||||||
|
@ -93,6 +92,7 @@ khoj = "khoj.main:run"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
prod = [
|
prod = [
|
||||||
|
"gunicorn == 22.0.0",
|
||||||
"google-auth == 2.23.3",
|
"google-auth == 2.23.3",
|
||||||
"stripe == 7.3.0",
|
"stripe == 7.3.0",
|
||||||
"twilio == 8.11",
|
"twilio == 8.11",
|
||||||
|
|
Loading…
Reference in a new issue