Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Nov 20, 2023
1 parent e663806 commit 4186e87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiohttp~=3.9
pycryptodome~=3.19
aiohttp>=3.0
pycryptodome>=3.18
9 changes: 5 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
black~=23.11
flake8~=6.1
mypy~=1.7
pylint~=3.0
black>=22.12
flake8>=6.0
mypy>=0.991
pylint>=2.15
setuptools>=62.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="speedport-api",
version="0.5.7",
version="0.5.8",
author="Andre Basche",
description="Control Telekom Speedport routers with Python",
long_description=long_description,
Expand All @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
python_requires=">=3.8",
install_requires=["aiohttp~=3.9", "pycryptodome~=3.19"],
install_requires=["aiohttp>=3.8", "pycryptodome>=3.18"],
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
Expand Down

0 comments on commit 4186e87

Please sign in to comment.