We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb8a739 commit af8327eCopy full SHA for af8327e
pyproject.toml
@@ -13,7 +13,7 @@ requires-python = ">=3.8"
13
dependencies = [
14
"Pillow>=3.0.0",
15
"PyYAML>=3.11",
16
- "CCScriptWriter @ https://github.com/pk-hack/CCScriptWriter/tarball/master",
+ "CCScriptWriter @ https://github.com/pk-hack/CCScriptWriter/archive/refs/heads/master.tar.gz",
17
"ccscript @ https://github.com/charasyn/ccscript_legacy/archive/refs/tags/v1.500.tar.gz",
18
# ??? CoilSnake hasn't been tested on Mac in a while. Is this still needed?
19
"pyobjc-framework-Cocoa; platform_system == 'Darwin'",
0 commit comments