File: 0002-Remove-development-dependencies-from-pyproject.toml.patch

package info (click to toggle)
django-recurrence 1.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,152 kB
  • sloc: python: 2,530; javascript: 2,502; makefile: 159; sh: 6
file content (27 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (2)
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",
 ]