db_interactor/pyproject.toml

13 lines
263 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",
"pykeepass>=4.1.0.post1",
"sqlalchemy>=2.0.36",
"toml>=0.10.2",
]