Aboge commited on
Commit
6a9a4df
1 Parent(s): 246a832
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
  annotated-types==0.7.0
2
  anyio==4.4.0
 
3
  exceptiongroup==1.2.2
4
  fastapi==0.112.2
 
5
  idna==3.8
6
  pydantic==2.8.2
7
  pydantic_core==2.20.1
8
  sniffio==1.3.1
9
  starlette==0.38.2
10
  typing_extensions==4.12.2
 
 
1
  annotated-types==0.7.0
2
  anyio==4.4.0
3
+ click==8.1.7
4
  exceptiongroup==1.2.2
5
  fastapi==0.112.2
6
+ h11==0.14.0
7
  idna==3.8
8
  pydantic==2.8.2
9
  pydantic_core==2.20.1
10
  sniffio==1.3.1
11
  starlette==0.38.2
12
  typing_extensions==4.12.2
13
+ uvicorn==0.30.6