loic.ledreck commited on
Commit
d06bea5
·
1 Parent(s): b6be8eb

build: requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -5
requirements.txt CHANGED
@@ -1,5 +1,28 @@
1
- fastapi
2
- uvicorn[standard]
3
- mistralai
4
- python-dotenv
5
- pydantic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anyio==4.8.0
3
+ certifi==2024.12.14
4
+ charset-normalizer==3.4.1
5
+ click==8.1.8
6
+ eval_type_backport==0.2.2
7
+ fastapi==0.115.7
8
+ h11==0.14.0
9
+ httpcore==1.0.7
10
+ httpx==0.28.1
11
+ idna==3.10
12
+ jsonpath-python==1.0.6
13
+ mistralai==1.4.0
14
+ mypy-extensions==1.0.0
15
+ networkx==3.4.2
16
+ numpy==2.2.2
17
+ pydantic==2.10.6
18
+ pydantic_core==2.27.2
19
+ python-dateutil==2.9.0.post0
20
+ python-dotenv==1.0.1
21
+ requests==2.32.3
22
+ six==1.17.0
23
+ sniffio==1.3.1
24
+ starlette==0.45.3
25
+ typing-inspect==0.9.0
26
+ typing_extensions==4.12.2
27
+ urllib3==2.3.0
28
+ uvicorn==0.34.0