26 lines
666 B
Diff
26 lines
666 B
Diff
From 4ae76e15a8f5bf3b4223b554cecc93537f4511ae Mon Sep 17 00:00:00 2001
|
|
From: liuzhikang <liuzhikang3@huawei.com>
|
|
Date: Wed, 16 Feb 2022 16:09:35 +0800
|
|
Subject: [PATCH] update pyyaml version in install_requires.
|
|
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index adf00a5..295e5aa 100755
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -22,7 +22,7 @@ version = read_version('connexion')
|
|
install_requires = [
|
|
'clickclick>=1.2,<21',
|
|
'jsonschema>=2.5.1,<4',
|
|
- 'PyYAML>=5.1,<6',
|
|
+ 'PyYAML>=5.1,<7',
|
|
'requests>=2.9.1,<3',
|
|
'inflection>=0.3.1,<0.6',
|
|
'openapi-spec-validator>=0.2.4,<0.4',
|
|
--
|
|
2.27.0
|
|
|