add requirements.txt

This commit is contained in:
FKD13 2024-10-02 16:41:36 +02:00
parent 0edf5c544f
commit e3ad94ef61
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View file

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

1
.tool-versions Normal file
View file

@ -0,0 +1 @@
python 3.12.4

7
requirements.txt Normal file
View file

@ -0,0 +1,7 @@
blinker==1.8.2
click==8.1.7
Flask==3.0.3
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
Werkzeug==3.0.4