Add requirements, cli commands. New project structure

This commit is contained in:
2024-05-10 12:15:18 +04:00
parent e426c281b9
commit 698cca0aeb
12 changed files with 94 additions and 33 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
fastapi==0.111.0
pydantic==2.7.1
SQLAlchemy==2.0.30
aiosqlite==0.20.0
typer==0.12.3