Files
live-campus-mcs-p-2027.2/Semaine_07/Jour_05/orm_peewee/pyproject.toml
gauvainboiche 606e43e53f Semaine 7
2026-03-20 21:26:23 +01:00

11 lines
200 B
TOML

[project]
name = "orm-peewee"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"peewee>=4.0.2",
"pymysql>=1.1.2",
]