начало БД

This commit is contained in:
2025-11-29 14:51:45 +03:00
parent c48d1ee383
commit c59db5819f
23 changed files with 713 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "tools-stock"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"colorlog>=6.10.1",
"passlib>=1.7.4",
"python-dotenv>=1.2.1",
"sqlalchemy>=2.0.44",
]