From 953a624777d0388cf9d1fd665611b2662cf5623c Mon Sep 17 00:00:00 2001 From: Cody Wilson Date: Mon, 13 Jan 2025 15:52:36 -0600 Subject: [PATCH] update CCScriptWriter dependency in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a79619..e3f42eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requires-python = ">=3.8" dependencies = [ "Pillow>=3.0.0", "PyYAML>=3.11", - "CCScriptWriter @ https://github.com/pk-hack/CCScriptWriter/tarball/master", + "CCScriptWriter @ https://github.com/pk-hack/CCScriptWriter/archive/refs/heads/master.tar.gz", "ccscript @ https://github.com/charasyn/ccscript_legacy/archive/refs/tags/v1.500.tar.gz", # ??? CoilSnake hasn't been tested on Mac in a while. Is this still needed? "pyobjc-framework-Cocoa; platform_system == 'Darwin'",