summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml22
1 files changed, 17 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 83a8473..1f69db2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,18 +11,30 @@ ignore = ["E402"]
[project]
name = "troggle"
-version = "0.1.0"
+version = "2024.12.1"
description = "Troggle - cave data management"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
+]
+[dependency-groups]
+dev = [
+ "django>=5",
"beautifulsoup4>=4.12.3",
+ "piexif>=1.1.3",
+ "pillow>=11.0.0",
+ "unidecode>=1.3.8",
"black>=24.10.0",
"coverage>=7.6.9",
"deptry>=0.21.1",
- "django>=5",
"isort>=5.13.2",
- "piexif>=1.1.3",
- "pillow>=11.0.0",
- "unidecode>=1.3.8",
]
+
+# conlficting groups not implemented in uv yet
+# server = [
+ # "django>=3.2.19; python_version == '3.11.2'",
+ # "beautifulsoup4==4.11.2",
+ # "piexif==1.1.3",
+ # "pillow==9.4.0",
+ # "unidecode==1.3.6",
+# ]