deepak191z commited on
Commit
bb3d603
·
verified ·
1 Parent(s): 14cd2f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -15
requirements.txt CHANGED
@@ -1,15 +1,4 @@
1
- annotated-types
2
- anyio
3
- click
4
- duckai
5
- exceptiongroup
6
- fastapi
7
- h11
8
- idna
9
- primp
10
- pydantic
11
- pydantic_core
12
- sniffio
13
- starlette
14
- typing_extensions
15
- uvicorn
 
1
+ fastapi>=0.95.0
2
+ uvicorn>=0.21.1
3
+ httpx>=0.24.0
4
+ python-dotenv>=1.0.0