Jon Solow commited on
Commit
6f69245
·
1 Parent(s): 7582c9e

Update reqs 2023-10-02 including streamlit 1.27.1

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. dev-requirements.txt +12 -12
  3. requirements.txt +7 -7
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏃
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: streamlit
7
- sdk_version: 1.27.0
8
  app_file: src/Home.py
9
  pinned: false
10
  ---
 
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: streamlit
7
+ sdk_version: 1.27.1
8
  app_file: src/Home.py
9
  pinned: false
10
  ---
dev-requirements.txt CHANGED
@@ -27,7 +27,7 @@ certifi==2023.7.22
27
  # httpcore
28
  # httpx
29
  # requests
30
- charset-normalizer==3.2.0
31
  # via requests
32
  click==8.1.7
33
  # via
@@ -91,7 +91,7 @@ numpy==1.26.0
91
  # pyarrow
92
  # pydeck
93
  # streamlit
94
- packaging==23.1
95
  # via
96
  # altair
97
  # black
@@ -102,11 +102,11 @@ pandas==2.1.1
102
  # YFDashboard (pyproject.toml)
103
  # altair
104
  # streamlit
105
- pandas-stubs==2.0.3.230814
106
  # via YFDashboard (pyproject.toml)
107
  pathspec==0.11.2
108
  # via black
109
- pillow==9.5.0
110
  # via streamlit
111
  platformdirs==3.10.0
112
  # via black
@@ -116,9 +116,9 @@ protobuf==4.24.3
116
  # via streamlit
117
  pyarrow==13.0.0
118
  # via streamlit
119
- pydantic==2.4.0
120
  # via YFDashboard (pyproject.toml)
121
- pydantic-core==2.10.0
122
  # via pydantic
123
  pydeck==0.8.1b0
124
  # via streamlit
@@ -138,7 +138,7 @@ referencing==0.30.2
138
  # jsonschema-specifications
139
  requests==2.31.0
140
  # via streamlit
141
- rich==13.5.3
142
  # via streamlit
143
  rpds-py==0.10.3
144
  # via
@@ -159,7 +159,7 @@ sniffio==1.3.0
159
  # httpx
160
  soupsieve==2.5
161
  # via beautifulsoup4
162
- streamlit==1.27.0
163
  # via
164
  # YFDashboard (pyproject.toml)
165
  # streamlit-oauth
@@ -179,10 +179,8 @@ types-html5lib==1.1.11.15
179
  # via types-beautifulsoup4
180
  types-pytz==2023.3.1.1
181
  # via pandas-stubs
182
- types-requests==2.31.0.5
183
  # via YFDashboard (pyproject.toml)
184
- types-urllib3==1.26.25.14
185
- # via types-requests
186
  typing-extensions==4.8.0
187
  # via
188
  # mypy
@@ -194,7 +192,9 @@ tzdata==2023.3
194
  tzlocal==5.0.1
195
  # via streamlit
196
  urllib3==2.0.5
197
- # via requests
 
 
198
  validators==0.22.0
199
  # via streamlit
200
  watchdog==3.0.0
 
27
  # httpcore
28
  # httpx
29
  # requests
30
+ charset-normalizer==3.3.0
31
  # via requests
32
  click==8.1.7
33
  # via
 
91
  # pyarrow
92
  # pydeck
93
  # streamlit
94
+ packaging==23.2
95
  # via
96
  # altair
97
  # black
 
102
  # YFDashboard (pyproject.toml)
103
  # altair
104
  # streamlit
105
+ pandas-stubs==2.1.1.230928
106
  # via YFDashboard (pyproject.toml)
107
  pathspec==0.11.2
108
  # via black
109
+ pillow==10.0.1
110
  # via streamlit
111
  platformdirs==3.10.0
112
  # via black
 
116
  # via streamlit
117
  pyarrow==13.0.0
118
  # via streamlit
119
+ pydantic==2.4.2
120
  # via YFDashboard (pyproject.toml)
121
+ pydantic-core==2.10.1
122
  # via pydantic
123
  pydeck==0.8.1b0
124
  # via streamlit
 
138
  # jsonschema-specifications
139
  requests==2.31.0
140
  # via streamlit
141
+ rich==13.6.0
142
  # via streamlit
143
  rpds-py==0.10.3
144
  # via
 
159
  # httpx
160
  soupsieve==2.5
161
  # via beautifulsoup4
162
+ streamlit==1.27.1
163
  # via
164
  # YFDashboard (pyproject.toml)
165
  # streamlit-oauth
 
179
  # via types-beautifulsoup4
180
  types-pytz==2023.3.1.1
181
  # via pandas-stubs
182
+ types-requests==2.31.0.7
183
  # via YFDashboard (pyproject.toml)
 
 
184
  typing-extensions==4.8.0
185
  # via
186
  # mypy
 
192
  tzlocal==5.0.1
193
  # via streamlit
194
  urllib3==2.0.5
195
+ # via
196
+ # requests
197
+ # types-requests
198
  validators==0.22.0
199
  # via streamlit
200
  watchdog==3.0.0
requirements.txt CHANGED
@@ -25,7 +25,7 @@ certifi==2023.7.22
25
  # httpcore
26
  # httpx
27
  # requests
28
- charset-normalizer==3.2.0
29
  # via requests
30
  click==8.1.7
31
  # via streamlit
@@ -76,7 +76,7 @@ numpy==1.26.0
76
  # pyarrow
77
  # pydeck
78
  # streamlit
79
- packaging==23.1
80
  # via
81
  # altair
82
  # streamlit
@@ -85,15 +85,15 @@ pandas==2.1.1
85
  # YFDashboard (pyproject.toml)
86
  # altair
87
  # streamlit
88
- pillow==9.5.0
89
  # via streamlit
90
  protobuf==4.24.3
91
  # via streamlit
92
  pyarrow==13.0.0
93
  # via streamlit
94
- pydantic==2.4.0
95
  # via YFDashboard (pyproject.toml)
96
- pydantic-core==2.10.0
97
  # via pydantic
98
  pydeck==0.8.1b0
99
  # via streamlit
@@ -111,7 +111,7 @@ referencing==0.30.2
111
  # jsonschema-specifications
112
  requests==2.31.0
113
  # via streamlit
114
- rich==13.5.3
115
  # via streamlit
116
  rpds-py==0.10.3
117
  # via
@@ -130,7 +130,7 @@ sniffio==1.3.0
130
  # httpx
131
  soupsieve==2.5
132
  # via beautifulsoup4
133
- streamlit==1.27.0
134
  # via
135
  # YFDashboard (pyproject.toml)
136
  # streamlit-oauth
 
25
  # httpcore
26
  # httpx
27
  # requests
28
+ charset-normalizer==3.3.0
29
  # via requests
30
  click==8.1.7
31
  # via streamlit
 
76
  # pyarrow
77
  # pydeck
78
  # streamlit
79
+ packaging==23.2
80
  # via
81
  # altair
82
  # streamlit
 
85
  # YFDashboard (pyproject.toml)
86
  # altair
87
  # streamlit
88
+ pillow==10.0.1
89
  # via streamlit
90
  protobuf==4.24.3
91
  # via streamlit
92
  pyarrow==13.0.0
93
  # via streamlit
94
+ pydantic==2.4.2
95
  # via YFDashboard (pyproject.toml)
96
+ pydantic-core==2.10.1
97
  # via pydantic
98
  pydeck==0.8.1b0
99
  # via streamlit
 
111
  # jsonschema-specifications
112
  requests==2.31.0
113
  # via streamlit
114
+ rich==13.6.0
115
  # via streamlit
116
  rpds-py==0.10.3
117
  # via
 
130
  # httpx
131
  soupsieve==2.5
132
  # via beautifulsoup4
133
+ streamlit==1.27.1
134
  # via
135
  # YFDashboard (pyproject.toml)
136
  # streamlit-oauth