Skip to content
Snippets Groups Projects
Commit 0977e8b0 authored by Roman Shishkin's avatar Roman Shishkin
Browse files

Allow aiohttp greater than 3.8.1

parent 07969849
No related branches found
Tags 0.6.1
No related merge requests found
Pipeline #5146 passed
......@@ -37,7 +37,7 @@ setup(
packages=find_packages(where='src'),
python_requires='>=3.8',
install_requires=[
'aiohttp==3.8.1',
'aiohttp>=3.8.1',
'async-timeout==4.0.2',
'PyYAML==6.0',
'prometheus_client==0.14.1',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment