Реализация crud и его добавление в RESTfull

This commit is contained in:
2024-08-01 01:21:32 +09:00
parent bdd764c411
commit d02ca36777
15 changed files with 361 additions and 28 deletions

View File

@ -10,3 +10,5 @@ aioodbc = "^0.5.0"
orjson = "^3.10.6"
alembic = "^1.13.2"
black = "^24.4.2"
passlib = "^1.7.4"
bcrypt = "^4.2.0"