db_interactor/pyproject.toml
2024-12-10 22:23:00 +01:00

12 lines
233 B
TOML

[project]
name = "database-interacter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pandas>=2.2.3",
"sqlalchemy>=2.0.36",
"toml>=0.10.2",
]