Skip to content

Commit

Permalink
Update to pygame 2.0.0dev1 to fix blank screen bug on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed May 9, 2019
1 parent 747fd76 commit b502139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/requirements-common.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tingbot-python==1.2.1
tingbot-python==1.2.2
paramiko==2.0.2
cffi==1.8.3
pycparser==2.14
Expand Down
4 changes: 2 additions & 2 deletions scripts/requirements-mac.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
# system, besides those that the platform provides.

# pygame wheel that bundles SDL libs
https://pypi.python.org/packages/20/0d/628d9e6c69a60b097b2af8ce71be06268a30f5865186cb78bc9e74ec6b81/pygame-1.9.3-cp27-cp27m-macosx_10_9_intel.whl#md5=2ca9a8c750464cd9fa552a2fbef6d4d7
https://github.com/pygame/pygame/releases/download/2.0.0.dev1/pygame-2.0.0.dev1-cp27-cp27m-macosx_10_11_intel.whl

# libzmq wheel that bundles zmq
https://pypi.python.org/packages/a2/43/90e61a2adc24148a9b1e5603542f52427f86c93090cbea097e47de51ae41/pyzmq-15.4.0-cp27-cp27m-macosx_10_6_intel.whl#md5=e4169be2025a4066db304e3d74c6118c

# cryptography wheel
https://files.pythonhosted.org/packages/58/c1/23bea66007d4be75ce02056fac665f9a207535e89fb3c7931420fa4a5f57/cryptography-2.2.2-cp27-cp27m-macosx_10_6_intel.whl
https://files.pythonhosted.org/packages/58/c1/23bea66007d4be75ce02056fac665f9a207535e89fb3c7931420fa4a5f57/cryptography-2.2.2-cp27-cp27m-macosx_10_6_intel.whl

0 comments on commit b502139

Please sign in to comment.