adding requirements.txt & .gitignore

This commit is contained in:
2024-07-03 20:38:10 +02:00
parent 6faac9742b
commit 40c60514e7
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
venv
.idea

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
PyYAML
pycryptodomex
aiohttp