add prod config
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
fastapi==0.128.6
|
# X86_V2 arch :
|
||||||
|
# numpy<2.4.0
|
||||||
|
fastapi[standard]==0.128.6
|
||||||
sqlmodel==0.0.32
|
sqlmodel==0.0.32
|
||||||
python-dotenv==1.2.1
|
python-dotenv==1.2.1
|
||||||
openai==2.21.0
|
openai==2.21.0
|
||||||
@@ -8,3 +10,5 @@ PyJWT>=2.11.0
|
|||||||
# python -m spacy download fr_core_news_sm
|
# python -m spacy download fr_core_news_sm
|
||||||
argon2-cffi>=25.1.0
|
argon2-cffi>=25.1.0
|
||||||
pydantic-settings==2.13.1
|
pydantic-settings==2.13.1
|
||||||
|
gunicorn==25.1.0
|
||||||
|
mariadb==1.1.14
|
||||||
Binary file not shown.
@@ -1 +1,3 @@
|
|||||||
|
# PROD
|
||||||
|
# VITE_API_URL=http://127.0.0.1:8082/
|
||||||
VITE_API_URL=http://127.0.0.1:8000/
|
VITE_API_URL=http://127.0.0.1:8000/
|
||||||
Reference in New Issue
Block a user