]> git.parisson.com Git - deefuzzer.git/commitdiff
[deps] update
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 5 Jan 2020 01:17:39 +0000 (02:17 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 5 Jan 2020 01:17:39 +0000 (02:17 +0100)
requirements.txt
setup.py

index 4e6fc202a15933f1a888b5be22a8cec2c4f83559..e91920d9c883492810c29fd1e525b72e5b24b786 100644 (file)
@@ -4,7 +4,7 @@ python-twitter==3.5
 mutagen==1.43.0
 pyliblo==0.10.0
 pycurl==7.43.0.2
-pyyaml==3.13
+pyyaml==5.1
 mysqlclient==1.4.6
 xmltodict==0.12.0
 -e .
index a77a123554bffd5f05f7ebc380b26edca3928501..be6a2c092e689114bcee96fa4a47163caa64bd7a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(
         'mutagen==1.43.0',
         'pyliblo==0.10.0',
         'pycurl==7.43.0.2',
-        'pyyaml==3.13',
+        'pyyaml==5.1',
         'mysqlclient==1.4.6',
         'xmltodict==0.12.0',
     ],