2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-30 07:59:50 +01:00

encryption round-trip works

This commit is contained in:
2025-01-20 02:07:26 +00:00
parent 79cf342d33
commit 4d49eefccb
9 changed files with 186 additions and 6 deletions

View File

@@ -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",