Update pyyaml, part 2

This commit is contained in:
Troy McConaghy 2019-01-13 14:51:16 +01:00 committed by GitHub
parent 1a9c5d47e6
commit ca012ae8b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ install_requires = [
'requests>=2.20.0',
'gunicorn~=19.0',
'jsonschema~=2.5.1',
'pyyaml~=3.12',
'pyyaml>=4.2b1',
'aiohttp~=3.0',
'bigchaindb-abci==0.5.1',
'setproctitle~=1.1.0',