add pyproject.toml for project configuration and dependencies
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "mail-management"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"django>=5.2.1",
|
||||
"mypy>=1.15.0",
|
||||
"ruff>=0.11.10",
|
||||
]
|
Reference in New Issue
Block a user