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

pure python version of Fernet

This commit is contained in:
2025-08-28 21:03:48 +03:00
parent d24c992482
commit b982a0a3ca
7 changed files with 188 additions and 108 deletions

View File

@@ -10,7 +10,7 @@ lint.ignore = ["E402", "F541"]
[project]
name = "troggle"
version = "2025.06.13"
version = "2025.08.28"
description = "Troggle - cave data management"
readme = "README.md"
requires-python = ">=3.13"
@@ -18,7 +18,8 @@ dependencies = [
]
[dependency-groups]
dev = [
"cryptography>=44.0.0",
# "cryptography>=44.0.0",
"pyaes>=1.6.1",
"django>=5.2.3",
"beautifulsoup4>=4.12.3",
"piexif>=1.1.3",