Spaces:
Sleeping
Sleeping
Jon Solow
commited on
Commit
·
5d95f5f
1
Parent(s):
09b64c5
Update references from template to YFDashboard name
Browse files- README.md +2 -4
- dev-requirements.txt +8 -8
- pyproject.toml +1 -1
- requirements.txt +3 -3
README.md
CHANGED
@@ -11,11 +11,9 @@ pinned: false
|
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
14 |
-
#
|
15 |
|
16 |
-
Template Repo for Streamlit Application
|
17 |
-
|
18 |
-
This repo can be used as a starting point for developing your Streamlit App.
|
19 |
|
20 |
Here are some of the features of the template:
|
21 |
|
|
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
14 |
+
# YFDashboard Streamlit Application
|
15 |
|
16 |
+
Template Repo for Streamlit Application - https://github.com/JonSolow/streamlit-template
|
|
|
|
|
17 |
|
18 |
Here are some of the features of the template:
|
19 |
|
dev-requirements.txt
CHANGED
@@ -11,7 +11,7 @@ attrs==23.1.0
|
|
11 |
# jsonschema
|
12 |
# referencing
|
13 |
black==23.7.0
|
14 |
-
# via
|
15 |
blinker==1.6.2
|
16 |
# via streamlit
|
17 |
cachetools==5.3.1
|
@@ -49,20 +49,20 @@ markupsafe==2.1.3
|
|
49 |
mdurl==0.1.2
|
50 |
# via markdown-it-py
|
51 |
mypy==1.5.1
|
52 |
-
# via
|
53 |
mypy-extensions==1.0.0
|
54 |
# via
|
55 |
# black
|
56 |
# mypy
|
57 |
numpy==1.25.2
|
58 |
# via
|
|
|
59 |
# altair
|
60 |
# pandas
|
61 |
# pandas-stubs
|
62 |
# pyarrow
|
63 |
# pydeck
|
64 |
# streamlit
|
65 |
-
# streamlit-template (pyproject.toml)
|
66 |
packaging==23.1
|
67 |
# via
|
68 |
# black
|
@@ -70,11 +70,11 @@ packaging==23.1
|
|
70 |
# streamlit
|
71 |
pandas==2.0.3
|
72 |
# via
|
|
|
73 |
# altair
|
74 |
# streamlit
|
75 |
-
# streamlit-template (pyproject.toml)
|
76 |
pandas-stubs==2.0.3.230814
|
77 |
-
# via
|
78 |
pathspec==0.11.2
|
79 |
# via black
|
80 |
pillow==9.5.0
|
@@ -94,7 +94,7 @@ pygments==2.16.1
|
|
94 |
pympler==1.0.1
|
95 |
# via streamlit
|
96 |
pytest==7.4.0
|
97 |
-
# via
|
98 |
python-dateutil==2.8.2
|
99 |
# via
|
100 |
# pandas
|
@@ -116,13 +116,13 @@ rpds-py==0.9.2
|
|
116 |
# jsonschema
|
117 |
# referencing
|
118 |
ruff==0.0.284
|
119 |
-
# via
|
120 |
six==1.16.0
|
121 |
# via python-dateutil
|
122 |
smmap==5.0.0
|
123 |
# via gitdb
|
124 |
streamlit==1.25.0
|
125 |
-
# via
|
126 |
tenacity==8.2.3
|
127 |
# via streamlit
|
128 |
toml==0.10.2
|
|
|
11 |
# jsonschema
|
12 |
# referencing
|
13 |
black==23.7.0
|
14 |
+
# via YFDashboard (pyproject.toml)
|
15 |
blinker==1.6.2
|
16 |
# via streamlit
|
17 |
cachetools==5.3.1
|
|
|
49 |
mdurl==0.1.2
|
50 |
# via markdown-it-py
|
51 |
mypy==1.5.1
|
52 |
+
# via YFDashboard (pyproject.toml)
|
53 |
mypy-extensions==1.0.0
|
54 |
# via
|
55 |
# black
|
56 |
# mypy
|
57 |
numpy==1.25.2
|
58 |
# via
|
59 |
+
# YFDashboard (pyproject.toml)
|
60 |
# altair
|
61 |
# pandas
|
62 |
# pandas-stubs
|
63 |
# pyarrow
|
64 |
# pydeck
|
65 |
# streamlit
|
|
|
66 |
packaging==23.1
|
67 |
# via
|
68 |
# black
|
|
|
70 |
# streamlit
|
71 |
pandas==2.0.3
|
72 |
# via
|
73 |
+
# YFDashboard (pyproject.toml)
|
74 |
# altair
|
75 |
# streamlit
|
|
|
76 |
pandas-stubs==2.0.3.230814
|
77 |
+
# via YFDashboard (pyproject.toml)
|
78 |
pathspec==0.11.2
|
79 |
# via black
|
80 |
pillow==9.5.0
|
|
|
94 |
pympler==1.0.1
|
95 |
# via streamlit
|
96 |
pytest==7.4.0
|
97 |
+
# via YFDashboard (pyproject.toml)
|
98 |
python-dateutil==2.8.2
|
99 |
# via
|
100 |
# pandas
|
|
|
116 |
# jsonschema
|
117 |
# referencing
|
118 |
ruff==0.0.284
|
119 |
+
# via YFDashboard (pyproject.toml)
|
120 |
six==1.16.0
|
121 |
# via python-dateutil
|
122 |
smmap==5.0.0
|
123 |
# via gitdb
|
124 |
streamlit==1.25.0
|
125 |
+
# via YFDashboard (pyproject.toml)
|
126 |
tenacity==8.2.3
|
127 |
# via streamlit
|
128 |
toml==0.10.2
|
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ requires = ["setuptools"]
|
|
4 |
[project]
|
5 |
requires-python = ">=3.9"
|
6 |
version = "1"
|
7 |
-
name = "
|
8 |
dependencies = [
|
9 |
"streamlit",
|
10 |
"numpy",
|
|
|
4 |
[project]
|
5 |
requires-python = ">=3.9"
|
6 |
version = "1"
|
7 |
+
name = "YFDashboard"
|
8 |
dependencies = [
|
9 |
"streamlit",
|
10 |
"numpy",
|
requirements.txt
CHANGED
@@ -44,19 +44,19 @@ mdurl==0.1.2
|
|
44 |
# via markdown-it-py
|
45 |
numpy==1.25.2
|
46 |
# via
|
|
|
47 |
# altair
|
48 |
# pandas
|
49 |
# pyarrow
|
50 |
# pydeck
|
51 |
# streamlit
|
52 |
-
# streamlit-template (pyproject.toml)
|
53 |
packaging==23.1
|
54 |
# via streamlit
|
55 |
pandas==2.0.3
|
56 |
# via
|
|
|
57 |
# altair
|
58 |
# streamlit
|
59 |
-
# streamlit-template (pyproject.toml)
|
60 |
pillow==9.5.0
|
61 |
# via streamlit
|
62 |
protobuf==4.24.0
|
@@ -94,7 +94,7 @@ six==1.16.0
|
|
94 |
smmap==5.0.0
|
95 |
# via gitdb
|
96 |
streamlit==1.25.0
|
97 |
-
# via
|
98 |
tenacity==8.2.3
|
99 |
# via streamlit
|
100 |
toml==0.10.2
|
|
|
44 |
# via markdown-it-py
|
45 |
numpy==1.25.2
|
46 |
# via
|
47 |
+
# YFDashboard (pyproject.toml)
|
48 |
# altair
|
49 |
# pandas
|
50 |
# pyarrow
|
51 |
# pydeck
|
52 |
# streamlit
|
|
|
53 |
packaging==23.1
|
54 |
# via streamlit
|
55 |
pandas==2.0.3
|
56 |
# via
|
57 |
+
# YFDashboard (pyproject.toml)
|
58 |
# altair
|
59 |
# streamlit
|
|
|
60 |
pillow==9.5.0
|
61 |
# via streamlit
|
62 |
protobuf==4.24.0
|
|
|
94 |
smmap==5.0.0
|
95 |
# via gitdb
|
96 |
streamlit==1.25.0
|
97 |
+
# via YFDashboard (pyproject.toml)
|
98 |
tenacity==8.2.3
|
99 |
# via streamlit
|
100 |
toml==0.10.2
|