Skip to content

Commit af8327e

Browse files
authored
update CCScriptWriter dependency in pyproject (#313)
1 parent cb8a739 commit af8327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.8"
1313
dependencies = [
1414
"Pillow>=3.0.0",
1515
"PyYAML>=3.11",
16-
"CCScriptWriter @ https://github.com/pk-hack/CCScriptWriter/tarball/master",
16+
"CCScriptWriter @ https://github.com/pk-hack/CCScriptWriter/archive/refs/heads/master.tar.gz",
1717
"ccscript @ https://github.com/charasyn/ccscript_legacy/archive/refs/tags/v1.500.tar.gz",
1818
# ??? CoilSnake hasn't been tested on Mac in a while. Is this still needed?
1919
"pyobjc-framework-Cocoa; platform_system == 'Darwin'",

0 commit comments

Comments
 (0)