1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 06:48:07 +00:00

Drop docker-compose from requirements.txt, it's not used. This was the only thing preventing us from using pyyaml 6.0.1 which fixes issues we were seeing with tests not running (https://github.com/yaml/pyyaml/pull/702)

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-07-18 08:03:05 +01:00
parent 30661fedcb
commit 7e240251d5
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
docker-compose == 1.29.2
pyyaml == 6.0.1
pytest == 7.4.0
pytest-xdist == 3.3.1
pytest-testinfra == 8.1.0