2026-08-31 23:16:53 +01:00
|
|
|
[project]
|
|
|
|
|
name = "dao3"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13"
|
|
|
|
|
dependencies = [
|
2026-09-01 22:35:05 +01:00
|
|
|
"dotenv>=0.9.9",
|
|
|
|
|
"pandas>=3.0.5",
|
2026-09-01 22:12:58 +01:00
|
|
|
"psycopg2-binary>=2.9.12",
|
2026-08-31 23:16:53 +01:00
|
|
|
"scikit-learn>=1.9.0",
|
|
|
|
|
]
|