summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2020-04-13Update jinja2 from 2.11.1 to 2.11.2pyup-bot
2020-03-30Update pyyaml from 5.3 to 5.3.1pyup-bot
2020-03-09Update pygments from 2.5.2 to 2.6.1pyup-bot
2020-02-02Recompile requirementsFlorian Bruhin
2020-01-27[requires.io] dependency updaterequires.io
2020-01-10Recompile requirementsFlorian Bruhin
2020-01-04[requires.io] dependency updaterequires.io
2019-12-03Update pygments from 2.4.2 to 2.5.2pyup-bot
2019-10-21Update attrs from 19.2.0 to 19.3.0pyup-bot
2019-10-07Update jinja2 from 2.10.1 to 2.10.3pyup-bot
2019-10-07Update attrs from 19.1.0 to 19.2.0pyup-bot
2019-08-05Update pyyaml from 5.1.1 to 5.1.2pyup-bot
2019-06-24Update pyyaml from 5.1 to 5.1.1pyup-bot
2019-06-24Update pygments from 2.4.0 to 2.4.2pyup-bot
2019-05-13Update pygments from 2.3.1 to 2.4.0pyup-bot
2019-04-08Update jinja2 from 2.10 to 2.10.1pyup-bot
2019-03-18Update pyyaml from 3.13 to 5.1pyup-bot
2019-03-11Update attrs from 18.2.0 to 19.1.0pyup-bot
2019-02-25Update markupsafe from 1.1.0 to 1.1.1pyup-bot
2018-12-24Update pygments from 2.3.0 to 2.3.1pyup-bot
2018-11-26Update pygments from 2.2.0 to 2.3.0pyup-bot
2018-11-26Update colorama from 0.4.0 to 0.4.1pyup-bot
2018-11-05Update markupsafe from 1.0 to 1.1.0pyup-bot
2018-10-15Update colorama from 0.3.9 to 0.4.0pyup-bot
2018-09-03Update attrs from 18.1.0 to 18.2.0pyup-bot
2018-07-10Go back to a release version of PyYAMLFlorian Bruhin
There's 3.13 now which supports Python 3.7
2018-07-09Update pyyaml from 3.13b1 to 4.2b4pyup-bot
2018-07-03Use PyYAML 3.13b1Florian Bruhin
It seems to be finished except for a missing wheel we don't need, and it makes things work on Python 3.7
2018-06-28Downgrade and filter PyYAML 4.1Florian Bruhin
This reverts commit 96defc5dc275418c7753f93344066c68e13f69a3. With PyYAML 4.1 we don't have C extensions on Travis CI: https://github.com/yaml/pyyaml/issues/179 https://github.com/yaml/pyyaml/issues/182 Unfortunately, cython isn't in the APT whitelist either: https://github.com/travis-ci/apt-source-whitelist/issues/37
2018-06-27Update PyYAML to 4.1Florian Bruhin
2018-05-07Update attrs from 17.4.0 to 18.1.0pyup-bot
2018-01-01Update attrs from 17.3.0 to 17.4.0pyup-bot
2017-11-13Update jinja2 from 2.9.6 to 2.10pyup-bot
2017-11-13Update attrs from 17.2.0 to 17.3.0pyup-bot
2017-09-19Start using attrsFlorian Bruhin
Closes #1073
2017-07-27Use ctypes instead of PyOpenGL for QtWebEngine Nvidia workaroundFlorian Bruhin
Fixes #2821
2017-06-20Make PyOpenGL a required dependencyFlorian Bruhin
Looks like the "black screen" issue isn't the only thing going wrong, some people even report segfaults since the vendor check was added.
2017-04-27Update colorama from 0.3.8 to 0.3.9pyup-bot
2017-04-23Update colorama from 0.3.7 to 0.3.8pyup-bot
2017-04-03Update jinja2 from 2.9.5 to 2.9.6pyup-bot
2017-03-07Update markupsafe from 0.23 to 1.0pyup-bot
2017-03-04Update cssutils from 1.0.1 to 1.0.2pyup-bot
2017-02-05Various requirements updatesFlorian Bruhin
2017-01-22requirements: Update Pygments to 2.2.0Florian Bruhin
2017-01-10requirements: Update jinja to 2.9.4Florian Bruhin
2017-01-08requirements: Update jinja2 to 2.9.2Florian Bruhin
2016-12-29requirements: Update Jinja2 to 2.8.1Florian Bruhin
2016-08-29requirements: Update PyYAML to 3.12Florian Bruhin
- Wheel packages for Windows binaries. - Adding an implicit resolver to a derived loader should not affect the base loader. - Uniform representation for OrderedDict? across different versions of Python. - Fixed comparison to None warning.
2016-06-07Also generate root requirementsFlorian Bruhin
2016-05-13Get rid of the colorlog dependencyFlorian Bruhin
colorlog was problematic for various reasons: - Not commonly packaged for Linux distributions - Calling colorama.init() automatically on import - Not supporting {foo} log formatting - Not supporting an easy way to turn colors off Instead we now do the log coloring by hand, which is simpler and means everyone will have colored logs.