mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
Working device manager, added folders for better organization.
This commit is contained in:
10
db_migrations/pyproject.toml
Normal file
10
db_migrations/pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "db-migrations"
|
||||
version = "0.1.0"
|
||||
description = "DB migration scripts"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"alembic>=1.17.0",
|
||||
"sqlalchemy>=2.0.44",
|
||||
]
|
||||
Reference in New Issue
Block a user