leofilo commited on
Commit
a50966e
verified
1 Parent(s): 855c6c2

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  # Dependencias esenciales para producci贸n Railway
2
 
3
- gradio==4.44.0
4
  python-dotenv==1.0.0
5
  langchain-core>=0.3.0
6
  langchain-openai>=0.2.8
@@ -16,4 +16,7 @@ trustcall==0.0.20
16
  pydantic==2.9.2
17
  httpx==0.27.2
18
  typing-extensions==4.12.2
19
- psycopg[binary]
 
 
 
 
1
  # Dependencias esenciales para producci贸n Railway
2
 
3
+
4
  python-dotenv==1.0.0
5
  langchain-core>=0.3.0
6
  langchain-openai>=0.2.8
 
16
  pydantic==2.9.2
17
  httpx==0.27.2
18
  typing-extensions==4.12.2
19
+ psycopg[binary]
20
+
21
+ gradio>=4.44.0
22
+ huggingface_hub>=0.24.0