This commit is contained in:
2024-11-10 15:05:32 +01:00
commit fbac5aa277
3 changed files with 134 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "csv-ase"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"json",
"pandas",
"psycopg2",
"sqlalchemy>=2.0.36",
]