2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-02 09:31:01 +01:00

update out of data stuff after server update

This commit is contained in:
2025-09-26 21:08:34 +03:00
parent 400fd8430e
commit 4138dd0671
4 changed files with 14 additions and 29 deletions

View File

@@ -10,17 +10,17 @@ lint.ignore = ["E402", "F541"]
[project]
name = "troggle-server"
version = "2025.08.28"
version = "2025.09.26"
description = "Troggle - cave data management"
readme = "README.md"
requires-python = ">=3.11,<3.12"
requires-python = ">=3.13,<3.14"
dependencies = [
]
[dependency-groups]
server = [
# "cryptography>=44.0.0",
# "cryptography>=44.0.0",
"pyaes>=1.6.1",
"django==3.2.19",
"django==4.2.23",
"beautifulsoup4==4.11.2",
"piexif==1.1.3",
"pillow==9.4.0",
@@ -28,12 +28,3 @@ server = [
"coverage>=7.6.9",
]
# 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",
# ]