2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 11:07:15 +00:00

fix in-file package requirements used by uv

This commit is contained in:
2025-08-28 22:07:47 +03:00
parent b982a0a3ca
commit bab1736636
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
# requires-python = ">=3.13" # requires-python = ">=3.13"
# dependencies = [ # dependencies = [
# "bs4", # "bs4",
# "pyaes",
# "cryptography", # "cryptography",
# "django", # "django",
# "piexif", # "piexif",

View File

@@ -3,6 +3,7 @@
# requires-python = ">=3.13" # requires-python = ">=3.13"
# dependencies = [ # dependencies = [
# "bs4", # "bs4",
# "pyaes",
# "cryptography", # "cryptography",
# "django", # "django",
# "piexif", # "piexif",