mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-01 14:41:40 +01:00
toml tidying
This commit is contained in:
15
server.toml
15
server.toml
@@ -15,12 +15,23 @@ description = "Troggle - cave data management"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11,<3.12"
|
||||
dependencies = [
|
||||
]
|
||||
[dependency-groups]
|
||||
server = [
|
||||
"django==3.2.19",
|
||||
"beautifulsoup4==4.11.2",
|
||||
"piexif==1.1.3",
|
||||
"pillow==9.4.0",
|
||||
"unidecode==1.3.6",
|
||||
"black>=24.10.0",
|
||||
"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",
|
||||
# ]
|
||||
Reference in New Issue
Block a user