Skip to content

Commit

Permalink
Pins stream-inflate version
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 committed Sep 30, 2024
1 parent 33c532d commit 802cf44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ lxml
requests
Pillow
arrow
stream-inflate==0.0.14
stream-unzip
httpx
12 changes: 10 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.5",
version="2.1.6",
author="Max Fermor",
description="A simple tool to retrieve a weather forecast from DWD OpenData",
long_description=long_description,
Expand All @@ -20,5 +20,13 @@
"Operating System :: OS Independent",
],
python_requires=">=3.6",
install_requires=["lxml", "requests", "Pillow", "arrow", "stream-unzip", "httpx"],
install_requires=[
"lxml",
"requests",
"Pillow",
"arrow",
"stream-inflate==0.0.14",
"stream-unzip",
"httpx",
],
)

0 comments on commit 802cf44

Please sign in to comment.