Skip to content

Commit

Permalink
Use different pymunk versions depending on platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed Jan 5, 2019
1 parent 2c0def3 commit 82206c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ pygame
pyscroll
pytmx
thorpy
pymunk
pymunk>=5.4.1; sys_platform != 'win32'
pymunk==5.4.0; sys_platform == 'win32'

0 comments on commit 82206c3

Please sign in to comment.