mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 17:16:26 +00:00
11 lines
204 B
TOML
11 lines
204 B
TOML
[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",
|
|
]
|