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