Jon Solow commited on
Commit
23f37fe
·
1 Parent(s): 9821e3f

Add yahoo_oauth

Browse files
Files changed (3) hide show
  1. dev-requirements.txt +10 -1
  2. pyproject.toml +1 -0
  3. requirements.txt +11 -1
dev-requirements.txt CHANGED
@@ -285,6 +285,8 @@ ptyprocess==0.7.0
285
  # terminado
286
  pure-eval==0.2.2
287
  # via stack-data
 
 
288
  pyarrow==15.0.0
289
  # via streamlit
290
  pycparser==2.21
@@ -317,7 +319,9 @@ python-json-logger==2.0.7
317
  pytz==2024.1
318
  # via pandas
319
  pyyaml==6.0.1
320
- # via jupyter-events
 
 
321
  pyzmq==25.1.2
322
  # via
323
  # ipykernel
@@ -329,6 +333,8 @@ qtconsole==5.5.1
329
  # via jupyter
330
  qtpy==2.4.1
331
  # via qtconsole
 
 
332
  referencing==0.33.0
333
  # via
334
  # jsonschema
@@ -337,6 +343,7 @@ referencing==0.33.0
337
  requests==2.32.2
338
  # via
339
  # jupyterlab-server
 
340
  # streamlit
341
  rfc3339-validator==0.1.4
342
  # via
@@ -460,5 +467,7 @@ websocket-client==1.7.0
460
  # via jupyter-server
461
  widgetsnbextension==4.0.10
462
  # via ipywidgets
 
 
463
  zipp==3.17.0
464
  # via importlib-metadata
 
285
  # terminado
286
  pure-eval==0.2.2
287
  # via stack-data
288
+ pyaml==24.7.0
289
+ # via yahoo-oauth
290
  pyarrow==15.0.0
291
  # via streamlit
292
  pycparser==2.21
 
319
  pytz==2024.1
320
  # via pandas
321
  pyyaml==6.0.1
322
+ # via
323
+ # jupyter-events
324
+ # pyaml
325
  pyzmq==25.1.2
326
  # via
327
  # ipykernel
 
333
  # via jupyter
334
  qtpy==2.4.1
335
  # via qtconsole
336
+ rauth==0.7.3
337
+ # via yahoo-oauth
338
  referencing==0.33.0
339
  # via
340
  # jsonschema
 
343
  requests==2.32.2
344
  # via
345
  # jupyterlab-server
346
+ # rauth
347
  # streamlit
348
  rfc3339-validator==0.1.4
349
  # via
 
467
  # via jupyter-server
468
  widgetsnbextension==4.0.10
469
  # via ipywidgets
470
+ yahoo-oauth==2.0.1
471
+ # via YFDashboard (pyproject.toml)
472
  zipp==3.17.0
473
  # via importlib-metadata
pyproject.toml CHANGED
@@ -15,6 +15,7 @@ dependencies = [
15
  "pandas",
16
  "pydantic",
17
  "streamlit-oauth",
 
18
  ]
19
 
20
  [project.optional-dependencies]
 
15
  "pandas",
16
  "pydantic",
17
  "streamlit-oauth",
18
+ "yahoo_oauth",
19
  ]
20
 
21
  [project.optional-dependencies]
requirements.txt CHANGED
@@ -89,6 +89,8 @@ pillow==10.3.0
89
  # via streamlit
90
  protobuf==4.25.3
91
  # via streamlit
 
 
92
  pyarrow==15.0.0
93
  # via streamlit
94
  pydantic==2.6.1
@@ -107,12 +109,18 @@ python-dotenv==1.0.1
107
  # via streamlit-oauth
108
  pytz==2024.1
109
  # via pandas
 
 
 
 
110
  referencing==0.33.0
111
  # via
112
  # jsonschema
113
  # jsonschema-specifications
114
  requests==2.32.2
115
- # via streamlit
 
 
116
  rich==13.7.0
117
  # via streamlit
118
  rpds-py==0.18.0
@@ -162,5 +170,7 @@ watchdog==4.0.0
162
  # via streamlit
163
  webencodings==0.5.1
164
  # via html5lib
 
 
165
  zipp==3.17.0
166
  # via importlib-metadata
 
89
  # via streamlit
90
  protobuf==4.25.3
91
  # via streamlit
92
+ pyaml==24.7.0
93
+ # via yahoo-oauth
94
  pyarrow==15.0.0
95
  # via streamlit
96
  pydantic==2.6.1
 
109
  # via streamlit-oauth
110
  pytz==2024.1
111
  # via pandas
112
+ pyyaml==6.0.2
113
+ # via pyaml
114
+ rauth==0.7.3
115
+ # via yahoo-oauth
116
  referencing==0.33.0
117
  # via
118
  # jsonschema
119
  # jsonschema-specifications
120
  requests==2.32.2
121
+ # via
122
+ # rauth
123
+ # streamlit
124
  rich==13.7.0
125
  # via streamlit
126
  rpds-py==0.18.0
 
170
  # via streamlit
171
  webencodings==0.5.1
172
  # via html5lib
173
+ yahoo-oauth==2.0.1
174
+ # via YFDashboard (pyproject.toml)
175
  zipp==3.17.0
176
  # via importlib-metadata