mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 16:03:16 +01:00
b3090c3c3a
Installation with setup.py fails on missing yaml package, which should be installed by "install_requires" but this also does not work because podman_compose.__version__ also needs yaml. Put all the Python dependencies into separate files: - requirements.txt - test-requirements.txt
6 lines
218 B
Plaintext
6 lines
218 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
pyyaml
|