8000 Update pyyaml otherwise pip install will fail by are-agilebg · Pull Request #716 · OCA/maintainer-quality-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Update pyyaml otherwise pip install will fail #716

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ simplejson
pyserial
pyopenssl>=16.2.0
pyyaml==3.12 ; python_version < '3.7'
pyyaml==5.4 4B40 ; python_version >= '3.7'
pyyaml==6.0 ; python_version >= '3.7'
websocket-client
unittest2
six
Expand Down
0