Initial Commit

master
alex 2023-07-26 21:24:47 +02:00
commit 2b45d4d27f
4 changed files with 20 additions and 0 deletions

3
.gitignore vendored 100644
View File

@ -0,0 +1,3 @@
.idea
/venv
.gitignore

View File

17
requirements.txt 100644
View File

@ -0,0 +1,17 @@
aniso8601==9.0.1
attrs==23.1.0
blinker==1.6.2
click==8.1.6
Flask==2.3.2
Flask-RESTful==0.3.10
flask-restx==1.1.0
itsdangerous==2.1.2
Jinja2==3.1.2
jsonschema==4.18.4
jsonschema-specifications==2023.7.1
MarkupSafe==2.1.3
pytz==2023.3
referencing==0.30.0
rpds-py==0.9.2
six==1.16.0
Werkzeug==2.3.6

View File