Jon Solow commited on
Commit
71cac93
1 Parent(s): 1e9b05a

Add duckdb package

Browse files
Files changed (3) hide show
  1. dev-requirements.txt +2 -0
  2. pyproject.toml +1 -0
  3. requirements.txt +2 -0
dev-requirements.txt CHANGED
@@ -33,6 +33,8 @@ click==8.1.7
33
  # via
34
  # black
35
  # streamlit
 
 
36
  gitdb==4.0.10
37
  # via gitpython
38
  gitpython==3.1.37
 
33
  # via
34
  # black
35
  # streamlit
36
+ duckdb==0.9.0
37
+ # via YFDashboard (pyproject.toml)
38
  gitdb==4.0.10
39
  # via gitpython
40
  gitpython==3.1.37
pyproject.toml CHANGED
@@ -8,6 +8,7 @@ name = "YFDashboard"
8
  dependencies = [
9
  "streamlit",
10
  "beautifulsoup4",
 
11
  "html5lib",
12
  "lxml",
13
  "numpy",
 
8
  dependencies = [
9
  "streamlit",
10
  "beautifulsoup4",
11
+ "duckdb",
12
  "html5lib",
13
  "lxml",
14
  "numpy",
requirements.txt CHANGED
@@ -29,6 +29,8 @@ charset-normalizer==3.2.0
29
  # via requests
30
  click==8.1.7
31
  # via streamlit
 
 
32
  gitdb==4.0.10
33
  # via gitpython
34
  gitpython==3.1.37
 
29
  # via requests
30
  click==8.1.7
31
  # via streamlit
32
+ duckdb==0.9.0
33
+ # via YFDashboard (pyproject.toml)
34
  gitdb==4.0.10
35
  # via gitpython
36
  gitpython==3.1.37