summaryrefslogtreecommitdiffstats
path: root/dev.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dev.toml')
-rw-r--r--dev.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev.toml b/dev.toml
index a7c0881..3ca36d0 100644
--- a/dev.toml
+++ b/dev.toml
@@ -10,7 +10,7 @@ lint.ignore = ["E402", "F541"]
[project]
name = "troggle"
-version = "2024.12.1"
+version = "2025.01.18"
description = "Troggle - cave data management"
readme = "README.md"
requires-python = ">=3.13"
@@ -18,6 +18,7 @@ dependencies = [
]
[dependency-groups]
dev = [
+ "cryptography>=44.0.0",
"django>=5",
"beautifulsoup4>=4.12.3",
"piexif>=1.1.3",