diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-06-20 13:05:53 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-06-20 13:05:53 +0200 |
commit | 750ef834dc6c13842802b50985438c6394f0b6f5 (patch) | |
tree | 99da915623b07bf4bb1144281fc3353f5eb99dcd /requirements.txt | |
parent | 73940a64bbd6c6ea4cf0f63c9c4f1bd57acb6ceb (diff) | |
download | qutebrowser-750ef834dc6c13842802b50985438c6394f0b6f5.tar.gz qutebrowser-750ef834dc6c13842802b50985438c6394f0b6f5.zip |
Make PyOpenGL a required dependency
Looks like the "black screen" issue isn't the only thing going wrong, some
people even report segfaults since the vendor check was added.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index b2cc93c1f..cbf9ba407 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ MarkupSafe==1.0 Pygments==2.2.0 pyPEG2==2.15.2 PyYAML==3.12 +PyOpenGL==3.1.0 |