requirements: remove

Get em from apt
This commit is contained in:
Dan Bungert 2023-02-06 16:13:15 -07:00
parent f47874bdc9
commit 6f6178c601
2 changed files with 0 additions and 16 deletions

View File

@ -1,15 +0,0 @@
urwid==2.0.1
nose-cov
nose
flake8
PyYAML
testtools
mock
attrs
systemd-python
jsonschema
pyudev
requests
requests-unixsocket
yarl==1.5.1 # see https://github.com/aio-libs/aiohttp/issues/4972
aiohttp

View File

@ -17,7 +17,6 @@ apt-get install \
-o APT::Get::Always-Include-Phased-Updates=true \ -o APT::Get::Always-Include-Phased-Updates=true \
-y --no-install-recommends \ -y --no-install-recommends \
$(cat apt-deps.txt) $(cat apt-deps.txt)
pip3 install -r requirements.txt
make gitdeps make gitdeps