mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-12-18 14:32:19 +00:00
15 lines
295 B
TOML
15 lines
295 B
TOML
|
|
||
|
[project]
|
||
|
name = "troggle-server"
|
||
|
version = "2024.12.1"
|
||
|
description = "Troggle - cave data management"
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.11,<3.12"
|
||
|
dependencies = [
|
||
|
"django==3.2.19",
|
||
|
"beautifulsoup4==4.11.2",
|
||
|
"piexif==1.1.3",
|
||
|
"pillow==9.4.0",
|
||
|
"unidecode==1.3.6",
|
||
|
]
|