Skip to content

Commit 847e12b

Browse files
committed
Relax attrs dependency as only basic features are used
1 parent 99a94f1 commit 847e12b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "readme.md"
1111
license = "AGPL-3.0"
1212
requires-python = ">=3.10"
1313
dependencies = [
14-
"attrs~=25.0",
14+
"attrs",
1515
"cyclopts~=4.0",
1616
"dearlog",
1717
"glcontext~=3.0",

shaderflow/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import contextlib
21
import sys
32

43
import shaderflow

0 commit comments

Comments
 (0)