logeswari commited on
Commit
1c946fa
·
0 Parent(s):

first commit

Browse files
Files changed (2) hide show
  1. hello1 +1 -0
  2. requirements.txt +40 -0
hello1 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit a5bbe72319c07d96a0fef528293bf0f9db583220
requirements.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anyio==4.8.0
3
+ certifi==2024.12.14
4
+ click==8.1.8
5
+ colorama==0.4.6
6
+ dnspython==2.7.0
7
+ email_validator==2.2.0
8
+ fastapi==0.115.7
9
+ fastapi-cli==0.0.7
10
+ h11==0.14.0
11
+ httpcore==1.0.7
12
+ httptools==0.6.4
13
+ httpx==0.28.1
14
+ idna==3.10
15
+ Jinja2==3.1.5
16
+ markdown-it-py==3.0.0
17
+ MarkupSafe==3.0.2
18
+ mdurl==0.1.2
19
+ numpy==2.2.2
20
+ pandas==2.2.3
21
+ pydantic==2.10.5
22
+ pydantic_core==2.27.2
23
+ Pygments==2.19.1
24
+ python-dateutil==2.9.0.post0
25
+ python-dotenv==1.0.1
26
+ python-multipart==0.0.20
27
+ pytz==2025.1
28
+ PyYAML==6.0.2
29
+ rich==13.9.4
30
+ rich-toolkit==0.13.2
31
+ shellingham==1.5.4
32
+ six==1.17.0
33
+ sniffio==1.3.1
34
+ starlette==0.45.2
35
+ typer==0.15.1
36
+ typing_extensions==4.12.2
37
+ tzdata==2025.1
38
+ uvicorn==0.34.0
39
+ watchfiles==1.0.4
40
+ websockets==14.2