Skip to content

Commit 81dd244

Browse files
authored
fixed requirements.txt so 'pip install -e .' would work on windows. (#229)
1 parent c24b7c7 commit 81dd244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pywinhook @ https://github.com/ActivityWatch/wheels/raw/master/pywinhook/pyWinho
3838

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

4343
# Test requirements
4444
mypy

0 commit comments

Comments
 (0)