diff --git a/setup.py b/setup.py index 4df46f0..d7ef4e7 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ python_requires='>=3.8', install_requires=[ 'httpx>=0.18.2', - 'aiohttp>=3.7.4', - 'httpcore>=0.13.3' + 'aiohttp>=3.7.4' ] ) \ No newline at end of file