We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d185c commit fb9da13Copy full SHA for fb9da13
scripts/klippy-requirements.txt
@@ -7,5 +7,7 @@ pyserial==3.4
7
greenlet==2.0.2 ; python_version < '3.12'
8
greenlet==3.0.3 ; python_version >= '3.12'
9
Jinja2==2.11.3
10
-python-can==3.3.4
+python-can==3.3.4 ; python_version < '3.12'
11
+python-can==4.3 ; python_version >= '3.12'
12
markupsafe==1.1.1
13
+setuptools==75.6.0 ; python_version >= '3.12'
0 commit comments