mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-27 10:41:08 +02:00
Moved python packages to requirements.txt for venv instead of local install
This commit is contained in:
parent
1b385c5215
commit
552bb1bbae
@ -5,3 +5,5 @@ ruamel.yaml
|
||||
tld
|
||||
passlib
|
||||
requests
|
||||
ansible
|
||||
pytest
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user