Backend: добавлена базовая админка

This commit is contained in:
2022-11-17 23:47:46 +03:00
parent 5c6e93fa4a
commit 5ccc3e36e3
4 changed files with 21 additions and 16 deletions

View File

@@ -3,6 +3,7 @@ cffi==1.15.1
click==8.1.3
cryptography==38.0.3
Flask==2.2.2
Flask-Admin==1.6.0
Flask-Migrate==4.0.0
Flask-SQLAlchemy==3.0.2
greenlet==2.0.1
@@ -16,4 +17,5 @@ pycparser==2.21
PyMySQL==1.0.2
SQLAlchemy==1.4.44
Werkzeug==2.2.2
WTForms==3.0.1
zipp==3.10.0