mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
13 lines
256 B
TOML
13 lines
256 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",
|
|
"dotenv>=0.9.9",
|
|
"sqlalchemy>=2.0.44",
|
|
"psycopg2-binary>=2.9.10",
|
|
]
|