This commit is contained in:
Maxime Alves LIRMM 2021-05-28 22:30:39 +02:00
parent e0b06f51d5
commit 904783b134
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ setup(
extras_require={
"tests":[
"pytest",
"requests"
"requests",
"pytest-asyncio",
"pylint"
]
},
entry_points={