diff --git a/databaseReset.py b/databaseReset.py index 0387131b7..821ee6123 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -3,6 +3,7 @@ # requires-python = ">=3.13" # dependencies = [ # "bs4", +# "pyaes", # "cryptography", # "django", # "piexif", diff --git a/manage.py b/manage.py index ac36e2ebb..cb91e08b8 100644 --- a/manage.py +++ b/manage.py @@ -3,6 +3,7 @@ # requires-python = ">=3.13" # dependencies = [ # "bs4", +# "pyaes", # "cryptography", # "django", # "piexif",