Skip to content

Commit a7a5f5b

Browse files
author
Bilal Al
committed
added pytest-asyncio plugin
1 parent 9979fdd commit a7a5f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
'importlib-metadata==4.2',
1414
'tomli==1.2.3',
1515
'iniconfig==1.1.1',
16-
'attrs==22.1.0'
16+
'attrs==22.1.0',
17+
'pytest-asyncio'
1718
]
1819

1920
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)