initial commit

This commit is contained in:
2023-10-12 23:51:14 +03:00
commit 56792b892d
16 changed files with 254 additions and 0 deletions

16
requirements.txt Normal file
View File

@@ -0,0 +1,16 @@
flask
flask-sqlalchemy
flask-session
flask-cors
flask-migrate
Flask-JWT-Extended
# Working with database
redis
psycopg2
mariadb
# Other stuff
requests
python-dotenv