Skip to content

Commit 6d4ef4f

Browse files
committed
[update] Dash/stock-analyzer/stock_charter.py
1 parent ac2a82a commit 6d4ef4f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Dash/stock-analyzer/requirements.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
appdirs==1.4.4
2-
asttokens==2.0.8
32
attrs==22.1.0
43
Automat==20.2.0
54
backcall==0.2.0
@@ -22,7 +21,6 @@ dash-renderer==1.9.1
2221
dash-table==4.11.3
2322
decorator==5.1.1
2423
et-xmlfile==1.1.0
25-
executing==1.0.0
2624
fake-useragent==0.1.11
2725
feedparser==6.0.10
2826
filelock==3.8.0
@@ -34,7 +32,7 @@ hyperlink==21.0.0
3432
idna==3.3
3533
importlib-metadata==4.12.0
3634
incremental==21.3.0
37-
ipython==8.4.0
35+
ipython==7.34.0
3836
itemadapter==0.7.0
3937
itemloaders==1.0.6
4038
itsdangerous==2.0.1
@@ -51,11 +49,11 @@ pandas==1.2.4
5149
parse==1.19.0
5250
parsel==1.6.0
5351
parso==0.8.3
52+
pickle5==0.0.12
5453
pickleshare==0.7.5
5554
plotly==4.14.3
5655
prompt-toolkit==3.0.31
5756
Protego==0.2.1
58-
pure-eval==0.2.2
5957
pyasn1==0.4.8
6058
pyasn1-modules==0.2.8
6159
pycparser==2.21
@@ -77,7 +75,6 @@ service-identity==21.1.0
7775
sgmllib3k==1.0.0
7876
six==1.16.0
7977
soupsieve==2.3.2.post1
80-
stack-data==0.5.0
8178
stockstats==0.4.1
8279
tldextract==3.3.1
8380
tqdm==4.64.0
@@ -89,7 +86,7 @@ urllib3==1.26.11
8986
w3lib==1.22.0
9087
wcwidth==0.2.5
9188
websockets==10.3
92-
Werkzeug==2.0.1
89+
Werkzeug @ https://github.com/pallets/werkzeug/archive/refs/tags/2.0.1.tar.gz
9390
xlrd==2.0.1
9491
yahoo-fin==0.8.9.1
9592
yfinance==0.1.74

Dash/stock-analyzer/stock_charter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Data Source
1414
import yfinance as yf
15-
import pickle
15+
import pickle5 as pickle #import pickle
1616
import pandas as pd
1717

1818
# Global Variable: Ticker List

0 commit comments

Comments
 (0)