summaryrefslogtreecommitdiffstats
path: root/databaseReset.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-06-21 20:14:45 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2025-06-21 20:14:45 +0300
commit3d12397d9a2235ab8d166512471e40dd585d3371 (patch)
tree438507ce253280b641dcd021d36c90ac09755816 /databaseReset.py
parent576e4a20f0ebb3364fda255d69b360117ecfd952 (diff)
downloadtroggle-3d12397d9a2235ab8d166512471e40dd585d3371.tar.gz
troggle-3d12397d9a2235ab8d166512471e40dd585d3371.tar.bz2
troggle-3d12397d9a2235ab8d166512471e40dd585d3371.zip
databaseReset.py fixed to use uv with manage.py
Diffstat (limited to 'databaseReset.py')
-rw-r--r--databaseReset.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/databaseReset.py b/databaseReset.py
index 8790b58..d7b2c91 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -1,3 +1,15 @@
+#!/usr/bin/env python
+# /// script
+# requires-python = ">=3.13"
+# dependencies = [
+# "bs4",
+# "cryptography",
+# "django",
+# "piexif",
+# "pillow",
+# "unidecode",
+# ]
+# ///
import json
import locale
import os