1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Fri, 6 Sep 2024 19:30:27 +0000
Subject: Remove development dependencies from pyproject.toml.
---
pyproject.toml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index fb98aac..955b734 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,14 +7,6 @@ authors = [
{name = "Lino Helms", email = "lino@lino.io"}
]
dependencies = [
- "flake8==4.0.1",
- "pytest-cov==3.0.0",
- "pytest-django==4.5.2",
- "pytest-sugar==0.9.5",
- "pytest==7.1.2",
- "sphinx==4.3.2",
- "sphinx-rtd-theme==1.0.0",
- "tox==3.25.1",
"django>=4.0",
"python-dateutil",
]
|