mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Upgrade gunicorn and make it only a production dependency
This commit is contained in:
@@ -69,7 +69,6 @@ dependencies = [
|
||||
"httpx == 0.25.0",
|
||||
"pgvector == 0.2.4",
|
||||
"psycopg2-binary == 2.9.9",
|
||||
"gunicorn == 21.2.0",
|
||||
"lxml == 4.9.3",
|
||||
"tzdata == 2023.3",
|
||||
"rapidocr-onnxruntime == 1.3.11; python_version<'3.12'",
|
||||
@@ -93,6 +92,7 @@ khoj = "khoj.main:run"
|
||||
|
||||
[project.optional-dependencies]
|
||||
prod = [
|
||||
"gunicorn == 22.0.0",
|
||||
"google-auth == 2.23.3",
|
||||
"stripe == 7.3.0",
|
||||
"twilio == 8.11",
|
||||
|
||||
Reference in New Issue
Block a user