summaryrefslogtreecommitdiff
path: root/testenv/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r--testenv/tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini
index 2e4ece8a..3be89343 100644
--- a/testenv/tox.ini
+++ b/testenv/tox.ini
@@ -19,6 +19,7 @@ deps =
pylint
pytest
pytest-asyncio
+ aiohttp-basicauth
-rrequirements.txt
[testenv:mypy]
@@ -41,6 +42,7 @@ deps =
pytest-mock
pytest-asyncio
pytest-aiohttp
+ aiohttp-basicauth
-rrequirements.txt
[testenv:eslint]