Skip to content

Commit

Permalink
obsolete dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lhw committed Jun 6, 2024
1 parent b7b740d commit def49e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions aiocloudweather/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from urllib.parse import quote
from aiohttp.resolver import AsyncResolver

import requests


class DataSink(Enum):
"""Data sinks for the CloudWeather API."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(exclude=["tests.*", "tests"]),
package_data={"aiocoudweather": ["py.typed"]},
python_requires=">=3.12",
install_requires=["aiohttp>3", "requests>2", "aiodns>3"],
install_requires=["aiohttp>3", "aiodns>3"],
entry_points={
"console_scripts": ["cloudweather-testserver = aiocloudweather.__main__:main"]
},
Expand Down

0 comments on commit def49e5

Please sign in to comment.