summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-07-03 10:30:59 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-07-03 10:30:59 +0200
commite6e28c846f97535f489ad55b29516e1b5c8bef73 (patch)
tree992be5a4a28dc10054e274a72937f3d820fd0758
parentefc4eb906954ff6eb40cd675060fc9ed3f632401 (diff)
downloadqutebrowser-e6e28c846f97535f489ad55b29516e1b5c8bef73.tar.gz
qutebrowser-e6e28c846f97535f489ad55b29516e1b5c8bef73.zip
Use PyYAML 3.13b1
It seems to be finished except for a missing wheel we don't need, and it makes things work on Python 3.7
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 842b0c42d..4516340d7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,4 +7,4 @@ Jinja2==2.10
MarkupSafe==1.0
Pygments==2.2.0
pyPEG2==2.15.2
-PyYAML==3.12 # rq.filter: != 4.1
+PyYAML==3.13b1 # rq.filter: != 4.1