diff options
author | Devaev Maxim <[email protected]> | 2020-10-16 18:01:08 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-10-16 18:01:08 +0300 |
commit | fd008fcda19cecd4734cd488404b2c37968fe436 (patch) | |
tree | f4408c69f26f18c5c1766be2b033233d0e424f97 | |
parent | 0e069de3897ccf6e027c6a7c5a6937e94b44894d (diff) |
new attempt
-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 |