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
@ -4,4 +4,6 @@ bcrypt
|
|||||||
ruamel.yaml
|
ruamel.yaml
|
||||||
tld
|
tld
|
||||||
passlib
|
passlib
|
||||||
requests
|
requests
|
||||||
|
ansible
|
||||||
|
pytest
|
@ -1,10 +1,5 @@
|
|||||||
collections:
|
collections:
|
||||||
- name: kewlfft.aur
|
- name: kewlfft.aur
|
||||||
- name: community.general
|
- 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:
|
yay:
|
||||||
- python-simpleaudio
|
- python-simpleaudio
|
Loading…
x
Reference in New Issue
Block a user