mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
Create Django project
This commit is contained in:
19
tvdt/pyproject.toml
Normal file
19
tvdt/pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[tool.poetry]
|
||||
name = "tvdt"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
Django = "^5.1.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
mypy = "^1.11.0"
|
||||
black = "^24.10.0"
|
||||
isort = "^5.13.2"
|
||||
django-stubs = {extras = ["compatible-mypy"], version = "^5.1.0"}
|
||||
|
||||
[tool.mypy]
|
||||
plugins = ["mypy_django_plugin.main"]
|
||||
|
||||
[tool.django-stubs]
|
||||
django_settings_module = "tvdt.settings"
|
||||
Reference in New Issue
Block a user