diff --git a/requirements.txt b/requirements.txt index 1e311c5e..004b90dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,6 @@ bcrypt ruamel.yaml tld passlib -requests \ No newline at end of file +requests +ansible +pytest \ No newline at end of file diff --git a/requirements.yml b/requirements.yml index 79d66710..66141a5a 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,10 +1,5 @@ collections: - name: kewlfft.aur - name: community.general -pacman: -# Propably it makes sense to move the following to the requirements.txt to just install it in the python venv - - ansible - - python-passlib - - python-pytest yay: - python-simpleaudio \ No newline at end of file