Use requirements.txt for dependencies

This commit is contained in:
ItsDrike 2021-03-09 22:18:35 +01:00
parent b0f0a2eaa3
commit b48d70da7a
No known key found for this signature in database
GPG key ID: 252D306F545351FC
2 changed files with 2 additions and 1 deletions

View file

@ -5,5 +5,5 @@ if ! type "pip3" &> /dev/null; then
sudo pacman -S python-pip
fi
pip install pyyaml
pip install -r requirements.txt
python3 -m src

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
pyyaml==5.4.1