consolidate: HQ Python requirements
Browse files- hq/requirements.txt +8 -0
hq/requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn[standard]==0.30.6
|
| 3 |
+
httpx==0.27.2
|
| 4 |
+
langgraph==0.2.28
|
| 5 |
+
langchain-core==0.3.15
|
| 6 |
+
pydantic==2.9.2
|
| 7 |
+
python-dotenv==1.0.1
|
| 8 |
+
prometheus-client==0.21.0
|