requirements: Update PyYAML to 3.12

- 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.
This commit is contained in:
Florian Bruhin 2016-08-29 07:31:31 +02:00
parent 8bbadc79a0
commit bfbb2cc11f
2 changed files with 2 additions and 2 deletions

View File

@ -46,4 +46,4 @@ hg+https://bitbucket.org/fdik/pypeg
# Fails to build:
# gcc: error: ext/_yaml.c: No such file or directory
# hg+https://bitbucket.org/xi/pyyaml
PyYAML==3.11
PyYAML==3.12

View File

@ -6,4 +6,4 @@ Jinja2==2.8
MarkupSafe==0.23
Pygments==2.1.3
pyPEG2==2.15.2
PyYAML==3.11
PyYAML==3.12