Skip to content

Commit

Permalink
Extend environment markers for PyQt5 - doesn't install on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Miller committed Jun 30, 2024
1 parent b68beaa commit 65d2a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coverage
psutil
pycryptodome
PyQt5;python_version>="3.7"
PyQt5;python_version>="3.7" and platform_machine=="x86_64"
mock;python_version<="2.7"
python_prctl;platform_system=="Linux"
six
Expand Down

0 comments on commit 65d2a37

Please sign in to comment.