We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdda12 commit cb97256Copy full SHA for cb97256
requirements.txt
@@ -1,2 +1,2 @@
1
-requests==2.32.3
2
-xmltodict==0.14.1
+requests>=2.32.3
+xmltodict>=0.13.0
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="fmi-weather-client",
8
- version="0.4.0",
+ version="0.4.1",
9
author="Mika Hiltunen",
10
author_email="saaste@gmail.com",
11
description="Library for fetching weather information from Finnish Meteorological Institute (FMI)",
@@ -15,7 +15,7 @@
15
packages=setuptools.find_packages(exclude=["*test", "*test.*"]),
16
install_requires=[
17
'requests>=2.32.3',
18
- 'xmltodict>=0.14.1'
+ 'xmltodict>=0.13.0'
19
],
20
classifiers=[
21
"Programming Language :: Python :: 3.9",
0 commit comments