Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Sep 11, 2024
1 parent 2b107e9 commit c0353d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="simple_dwd_weatherforecast",
version="2.1.2",
version="2.1.3",
author="Max Fermor",
description="A simple tool to retrieve a weather forecast from DWD OpenData",
long_description=long_description,
Expand All @@ -20,5 +20,5 @@
"Operating System :: OS Independent",
],
python_requires=">=3.6",
install_requires=["lxml", "requests", "Pillow", "arrow"],
install_requires=["lxml", "requests", "Pillow", "arrow", "stream-unzip", "httpx"],
)

0 comments on commit c0353d4

Please sign in to comment.