Skip to content

Commit

Permalink
scripts: use greenlet version depending on python version
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Küffner <kueffner.markus@gmail.com>
  • Loading branch information
mkuf authored and KevinOConnor committed Mar 19, 2024
1 parent bfb71bc commit 78a15b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/klippy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# pip install -r klippy-requirements.txt
cffi==1.14.6
pyserial==3.4
greenlet==2.0.2
greenlet==2.0.2 ; python_version < '3.12'
greenlet==3.0.3 ; python_version >= '3.12'
Jinja2==2.11.3
python-can==3.3.4
markupsafe==1.1.1

0 comments on commit 78a15b6

Please sign in to comment.