commit 0a4b14572f1a12e69d9f8e1342c7ed755fb231a9 parent 49474d301bbe075a5638983bb1f1fc951c541138 Author: archiveanon <> Date: Mon, 23 Jun 2025 15:41:07 +0000 Add gofile module dependency Diffstat:
M | pyproject.toml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml @@ -4,6 +4,7 @@ description = "Automated archive distribution." version = "0.0.1" dependencies = [ + "gofile @ git+https://code.alwayswait.ing/gofile", "httpx ~= 0.28", "Jinja2 == 3.1.5", "microdot ~= 2.0.7",