Base files

This commit is contained in:
Théophile Bastian 2022-04-15 18:31:30 +02:00
parent efb6dda5e2
commit 877ff2bef0
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
config.yml
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Flask==2.1.*
pyyaml