Skip to content

Commit dc3362c

Browse files
author
Bilal Al
committed
added asyncio libs to tests section
1 parent 0539143 commit dc3362c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
'tomli==1.2.3',
1515
'iniconfig==1.1.1',
1616
'attrs==22.1.0',
17-
'pytest-asyncio==0.21.0'
17+
'pytest-asyncio==0.21.0',
18+
'aiohttp>=3.8.4',
19+
'aiofiles>=23.1.0'
1820
]
1921

2022
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)