Skip to content

Commit 1605d52

Browse files
committed
add geopandas
1 parent 56131bc commit 1605d52

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
streamlit>=1.13.0
22
folium>=0.13
33
jinja2
4-
branca
4+
branca
5+
geopandas

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ streamlit>1.11.1
22
pytest>=7.1.2
33
folium>=0.13
44
pytest-playwright
5-
pytest-rerunfailures
5+
pytest-rerunfailures
6+
geopandas

tests/test_frontend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,6 @@ def test_responsiveness(page: Page):
238238

239239
def test_geojson_styles(page: Page):
240240
page.get_by_role("link", name="geojson styles").click()
241+
241242
page.get_by_role("button", name="Show generated code").click()
242243
expect(page.get_by_text('"fillOpacity"')).to_be_visible()

0 commit comments

Comments
 (0)