commit 29f7b9e087c9e1c2cb3a23815314db50b8da2ae7 Author: Radosław Gierwiało Date: Sat Aug 10 09:00:00 2024 +0200 Add project dependencies PyYAML dependency for docker-compose.yaml parsing diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..043876c --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +PyYAML>=6.0 \ No newline at end of file