Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit def49e5

Browse files
committed
obsolete dependency
1 parent b7b740d commit def49e5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

aiocloudweather/proxy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from urllib.parse import quote
66
from aiohttp.resolver import AsyncResolver
77

8-
import requests
9-
108

119
class DataSink(Enum):
1210
"""Data sinks for the CloudWeather API."""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=find_packages(exclude=["tests.*", "tests"]),
2222
package_data={"aiocoudweather": ["py.typed"]},
2323
python_requires=">=3.12",
24-
install_requires=["aiohttp>3", "requests>2", "aiodns>3"],
24+
install_requires=["aiohttp>3", "aiodns>3"],
2525
entry_points={
2626
"console_scripts": ["cloudweather-testserver = aiocloudweather.__main__:main"]
2727
},

0 commit comments

Comments
 (0)