Skip to content

Commit e25f501

Browse files
committed
currency: aiohttp version is bounded for python 3.8
Signed-off-by: Cagri Yonca <[email protected]>
1 parent 9b49162 commit e25f501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-r requirements-minimal.txt
22
aioamqp>=0.15.0
33
aiofiles>=0.5.0
4-
aiohttp>=3.8.3
4+
aiohttp<=3.10.11; python_version <= "3.8"
5+
aiohttp>=3.8.3; python_version > "3.8"
56
aio-pika>=9.5.2
67
boto3>=1.17.74
78
bottle>=0.12.25

0 commit comments

Comments
 (0)