summaryrefslogtreecommitdiffstats
path: root/manage.py
diff options
context:
space:
mode:
Diffstat (limited to 'manage.py')
-rw-r--r--manage.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/manage.py b/manage.py
index 07bfdd7..ac36e2e 100644
--- a/manage.py
+++ b/manage.py
@@ -1,4 +1,15 @@
#!/usr/bin/env python
+# /// script
+# requires-python = ">=3.13"
+# dependencies = [
+# "bs4",
+# "cryptography",
+# "django",
+# "piexif",
+# "pillow",
+# "unidecode",
+# ]
+# ///
import os
import sys