Teery commited on
Commit
8fb950a
·
1 Parent(s): 06145ba
Files changed (1) hide show
  1. requirements.txt +114 -0
requirements.txt ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiogram==2.25.1
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ appdirs==1.4.4
6
+ appnope==0.1.3
7
+ asttokens==2.2.1
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ Babel==2.9.1
11
+ backcall==0.2.0
12
+ beautifulsoup4==4.12.2
13
+ bleach==6.0.0
14
+ blinker==1.6.2
15
+ cachetools==5.3.1
16
+ certifi==2023.7.22
17
+ charset-normalizer==3.2.0
18
+ click==8.1.6
19
+ comm==0.1.3
20
+ contourpy==1.1.0
21
+ cycler==0.11.0
22
+ debugpy==1.6.7
23
+ decorator==5.1.1
24
+ executing==1.2.0
25
+ fonttools==4.41.1
26
+ frozendict==2.3.8
27
+ frozenlist==1.4.0
28
+ gitdb==4.0.10
29
+ GitPython==3.1.32
30
+ html5lib==1.1
31
+ idna==3.4
32
+ imageio==2.31.1
33
+ importlib-metadata==6.8.0
34
+ importlib-resources==6.0.0
35
+ ipykernel==6.25.0
36
+ ipython==8.14.0
37
+ jedi==0.18.2
38
+ Jinja2==3.1.2
39
+ joblib==1.3.1
40
+ jsonschema==4.19.0
41
+ jsonschema-specifications==2023.7.1
42
+ jupyter_client==8.3.0
43
+ jupyter_core==5.3.1
44
+ kaggle==1.5.16
45
+ kiwisolver==1.4.4
46
+ lazy_loader==0.3
47
+ lxml==4.9.3
48
+ magic-filter==1.0.11
49
+ markdown-it-py==3.0.0
50
+ MarkupSafe==2.1.3
51
+ matplotlib==3.7.2
52
+ matplotlib-inline==0.1.6
53
+ mdurl==0.1.2
54
+ multidict==6.0.4
55
+ multitasking==0.0.11
56
+ nest-asyncio==1.5.6
57
+ networkx==3.1
58
+ numpy==1.25.1
59
+ packaging==23.1
60
+ pandas==2.0.3
61
+ parso==0.8.3
62
+ pexpect==4.8.0
63
+ pickleshare==0.7.5
64
+ Pillow==9.5.0
65
+ platformdirs==3.9.1
66
+ plotly==5.15.0
67
+ prompt-toolkit==3.0.39
68
+ protobuf==4.23.4
69
+ psutil==5.9.5
70
+ ptyprocess==0.7.0
71
+ pure-eval==0.2.2
72
+ pyarrow==12.0.1
73
+ pydeck==0.8.0
74
+ Pygments==2.15.1
75
+ Pympler==1.0.1
76
+ pyparsing==3.0.9
77
+ python-dateutil==2.8.2
78
+ python-slugify==8.0.1
79
+ pytz==2023.3
80
+ pytz-deprecation-shim==0.1.0.post0
81
+ PyWavelets==1.4.1
82
+ pyzmq==25.1.0
83
+ referencing==0.30.2
84
+ requests==2.31.0
85
+ rich==13.5.2
86
+ rpds-py==0.9.2
87
+ scikit-image==0.21.0
88
+ scikit-learn==1.3.0
89
+ scipy==1.11.1
90
+ seaborn==0.12.2
91
+ six==1.16.0
92
+ smmap==5.0.0
93
+ soupsieve==2.4.1
94
+ stack-data==0.6.2
95
+ streamlit==1.25.0
96
+ tenacity==8.2.2
97
+ text-unidecode==1.3
98
+ threadpoolctl==3.2.0
99
+ tifffile==2023.8.12
100
+ toml==0.10.2
101
+ toolz==0.12.0
102
+ tornado==6.3.2
103
+ tqdm==4.65.0
104
+ traitlets==5.9.0
105
+ typing_extensions==4.7.1
106
+ tzdata==2023.3
107
+ tzlocal==4.3.1
108
+ urllib3==2.0.4
109
+ validators==0.20.0
110
+ wcwidth==0.2.6
111
+ webencodings==0.5.1
112
+ yarl==1.9.2
113
+ yfinance==0.2.27
114
+ zipp==3.16.2