jarvisx17 commited on
Commit
f144a64
·
verified ·
1 Parent(s): 6b3f6a7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +67 -7
requirements.txt CHANGED
@@ -1,7 +1,67 @@
1
- fastapi
2
- yfinance
3
- pandas==1.5.3
4
- uvicorn
5
- gunicorn
6
- jinja2
7
- pymongo
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anyio==4.11.0
3
+ appnope==0.1.4
4
+ asttokens==3.0.0
5
+ beautifulsoup4==4.14.2
6
+ certifi==2025.10.5
7
+ cffi==2.0.0
8
+ charset-normalizer==3.4.3
9
+ click==8.3.0
10
+ comm==0.2.3
11
+ curl_cffi==0.13.0
12
+ debugpy==1.8.17
13
+ decorator==5.2.1
14
+ dnspython==2.8.0
15
+ exceptiongroup==1.3.0
16
+ executing==2.2.1
17
+ fastapi==0.118.3
18
+ frozendict==2.4.6
19
+ gunicorn==23.0.0
20
+ h11==0.16.0
21
+ idna==3.10
22
+ ipykernel==6.30.1
23
+ ipython==8.37.0
24
+ jedi==0.19.2
25
+ Jinja2==3.1.6
26
+ jupyter_client==8.6.3
27
+ jupyter_core==5.8.1
28
+ MarkupSafe==3.0.3
29
+ matplotlib-inline==0.1.7
30
+ multitasking==0.0.12
31
+ nest-asyncio==1.6.0
32
+ numpy==2.2.6
33
+ packaging==25.0
34
+ pandas==2.3.3
35
+ parso==0.8.5
36
+ peewee==3.18.2
37
+ pexpect==4.9.0
38
+ platformdirs==4.5.0
39
+ prompt_toolkit==3.0.52
40
+ protobuf==6.32.1
41
+ psutil==7.1.0
42
+ ptyprocess==0.7.0
43
+ pure_eval==0.2.3
44
+ pycparser==2.23
45
+ pydantic==2.12.0
46
+ pydantic_core==2.41.1
47
+ Pygments==2.19.2
48
+ pymongo==4.15.3
49
+ python-dateutil==2.9.0.post0
50
+ pytz==2025.2
51
+ pyzmq==27.1.0
52
+ requests==2.32.5
53
+ six==1.17.0
54
+ sniffio==1.3.1
55
+ soupsieve==2.8
56
+ stack-data==0.6.3
57
+ starlette==0.48.0
58
+ tornado==6.5.2
59
+ traitlets==5.14.3
60
+ typing-inspection==0.4.2
61
+ typing_extensions==4.15.0
62
+ tzdata==2025.2
63
+ urllib3==2.5.0
64
+ uvicorn==0.37.0
65
+ wcwidth==0.2.14
66
+ websockets==15.0.1
67
+ yfinance==0.2.66