Skip to content

Commit

Permalink
fixed requirements.txt so 'pip install -e .' would work on windows. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pellet authored Apr 27, 2023
1 parent c24b7c7 commit 81dd244
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
Expand Up @@ -38,7 +38,7 @@ pywinhook @ https://github.com/ActivityWatch/wheels/raw/master/pywinhook/pyWinho

# pyglet downgrade to prevent threadmode warning on windows
# See issue: https://github.com/psychopy/psychopy/issues/2876
pyglet==1.4.10 ; platform_system == "Windows"
pyglet==1.4.11 ; platform_system == "Windows"

# Test requirements
mypy
Expand Down

0 comments on commit 81dd244

Please sign in to comment.