usmanyousaf
commited on
Commit
•
cdae27d
1
Parent(s):
8661c7b
Create requirements.txt
Browse files- requirements.txt +25 -0
requirements.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
groq
|
4 |
+
requests
|
5 |
+
annotated-types
|
6 |
+
anyio
|
7 |
+
blinker
|
8 |
+
certifi
|
9 |
+
click
|
10 |
+
distro
|
11 |
+
Flask
|
12 |
+
groq
|
13 |
+
h11
|
14 |
+
httpcore
|
15 |
+
httpx
|
16 |
+
idna
|
17 |
+
itsdangerous
|
18 |
+
Jinja2
|
19 |
+
MarkupSafe
|
20 |
+
pydantic
|
21 |
+
pydantic_core
|
22 |
+
sniffio
|
23 |
+
typing_extensions
|
24 |
+
Werkzeug
|
25 |
+
|