diff --git a/setup.py b/setup.py index 506925e..4c8b114 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ packages=find_packages('src'), python_requires=">=3.6", install_requires=[ - 'aiohttp>=3.8.1<4.0.0' - 'httpx>=0.20.0<1.0.0', + 'aiohttp>=3.8.1,<4.0.0', + 'httpx>=0.20.0,<1.0.0', ], )