diff options
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 2 | ||||
-rw-r--r-- | testenv/requirements.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 9871e15a..87ed5f8f 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -17,8 +17,6 @@ RUN pacman -Syu --noconfirm \ libbsd \ python \ python-pip \ - python-setuptools \ - python-six \ python-tox \ python-systemd \ python-dbus \ diff --git a/testenv/requirements.txt b/testenv/requirements.txt index 74cfcdb5..c61cac61 100644 --- a/testenv/requirements.txt +++ b/testenv/requirements.txt @@ -1,3 +1,4 @@ +six aiohttp aiofiles passlib |