Skip to content

Commit 0d73dd1

Browse files
committed
Install pytz
1 parent 5ce39d9 commit 0d73dd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ matplotlib = {version = "^3.4.1", optional = true}
2424
contextily = {version = "^1.1.0", optional = true}
2525
geopandas = {version = "^0.8.2", optional = true}
2626
descartes = {version = "^1.0.0", optional = true}
27+
pytz = "^2023.3"
2728

2829
[tool.poetry.extras]
2930
notebooks = ["shapely", "ipykernel", "geopandas", "contextily", "matplotlib", "descartes"]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
certifi==2023.7.22 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
22
charset-normalizer==3.2.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
33
idna==3.4 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
4+
pytz==2023.3 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
45
requests==2.31.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
56
urllib3==2.0.4 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)