Skip to content

Commit

Permalink
Comment out wxPython requirement for now, so CI pipelines don't
Browse files Browse the repository at this point in the history
try to build it from source.
  • Loading branch information
jameswettenhall committed Oct 18, 2019
1 parent a0ec733 commit 473145e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements.txt
Expand Up @@ -8,4 +8,8 @@ dsdev-utils==0.9.2
pyupdater==2.2.0
requests==2.4.3 # https://github.com/kennethreitz/requests/issues/2465
setuptools==19.2 # https://github.com/pyinstaller/pyinstaller/issues/1781
wxPython==4.0.4

# Comment out this requirement for now, because in our CI environments,
# we will install wxPython separately to ensure that it's installed from
# a binary distribution:
# wxPython==4.0.4

0 comments on commit 473145e

Please sign in to comment.