Skip to content

Commit 8d69db3

Browse files
committed
Commit
1 parent 92077ab commit 8d69db3

2 files changed

Lines changed: 108 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ tmp
3737
vendor
3838
Gemfile.lock
3939
node_modules
40+
.venv
4041

4142
# Jupyter
4243
.ipynb_checkpoints/
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
aiohttp==3.8.3
2+
aiosignal==1.3.1
3+
alpha-vantage==2.3.1
4+
anyio==3.6.2
5+
argon2-cffi==21.3.0
6+
argon2-cffi-bindings==21.2.0
7+
arrow==1.2.3
8+
asttokens==2.2.1
9+
async-timeout==4.0.2
10+
attrs==22.2.0
11+
backcall==0.2.0
12+
beautifulsoup4==4.11.1
13+
bleach==6.0.0
14+
certifi==2022.12.7
15+
cffi==1.15.1
16+
charset-normalizer==2.1.1
17+
comm==0.1.2
18+
contourpy==1.0.7
19+
cycler==0.11.0
20+
debugpy==1.6.6
21+
decorator==5.1.1
22+
defusedxml==0.7.1
23+
entrypoints==0.4
24+
executing==1.2.0
25+
fastjsonschema==2.16.2
26+
fonttools==4.38.0
27+
fqdn==1.5.1
28+
frozenlist==1.3.3
29+
idna==3.4
30+
ipykernel==6.20.2
31+
ipython==8.8.0
32+
ipython-genutils==0.2.0
33+
ipywidgets==8.0.4
34+
isoduration==20.11.0
35+
jedi==0.18.2
36+
Jinja2==3.1.2
37+
jsonpointer==2.3
38+
jsonschema==4.17.3
39+
jupyter==1.0.0
40+
jupyter-console==6.4.4
41+
jupyter-events==0.6.3
42+
jupyter_client==7.4.9
43+
jupyter_core==5.1.5
44+
jupyter_server==2.1.0
45+
jupyter_server_terminals==0.4.4
46+
jupyterlab-pygments==0.2.2
47+
jupyterlab-widgets==3.0.5
48+
kiwisolver==1.4.4
49+
MarkupSafe==2.1.2
50+
matplotlib==3.6.3
51+
matplotlib-inline==0.1.6
52+
mistune==2.0.4
53+
multidict==6.0.4
54+
nbclassic==0.4.8
55+
nbclient==0.7.2
56+
nbconvert==7.2.9
57+
nbformat==5.7.3
58+
nest-asyncio==1.5.6
59+
notebook==6.5.2
60+
notebook_shim==0.2.2
61+
numpy==1.24.1
62+
packaging==23.0
63+
pandas==1.5.3
64+
pandocfilters==1.5.0
65+
parso==0.8.3
66+
pexpect==4.8.0
67+
pickleshare==0.7.5
68+
Pillow==9.4.0
69+
platformdirs==2.6.2
70+
prometheus-client==0.16.0
71+
prompt-toolkit==3.0.36
72+
psutil==5.9.4
73+
ptyprocess==0.7.0
74+
pure-eval==0.2.2
75+
pycparser==2.21
76+
Pygments==2.14.0
77+
pyparsing==3.0.9
78+
pyrsistent==0.19.3
79+
python-dateutil==2.8.2
80+
python-dotenv==0.21.1
81+
python-json-logger==2.0.4
82+
pytz==2022.7.1
83+
PyYAML==6.0
84+
pyzmq==25.0.0
85+
qtconsole==5.4.0
86+
QtPy==2.3.0
87+
requests==2.28.2
88+
rfc3339-validator==0.1.4
89+
rfc3986-validator==0.1.1
90+
seaborn==0.12.2
91+
Send2Trash==1.8.0
92+
six==1.16.0
93+
sniffio==1.3.0
94+
soupsieve==2.3.2.post1
95+
stack-data==0.6.2
96+
terminado==0.17.1
97+
tinycss2==1.2.1
98+
tornado==6.2
99+
traitlets==5.8.1
100+
uri-template==1.2.0
101+
urllib3==1.26.14
102+
wcwidth==0.2.6
103+
webcolors==1.12
104+
webencodings==0.5.1
105+
websocket-client==1.4.2
106+
widgetsnbextension==4.0.5
107+
yarl==1.8.2

0 commit comments

Comments
 (0)