1 Star 0 Fork 7

Vanient/docker-compose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
modify-the-limit-maximum-version.patch 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
orange-snn 提交于 2020-06-02 20:56 +08:00 . modify the limit maximum version
From 57c29cf8128373e4317f89beec4fe9181c485319 Mon Sep 17 00:00:00 2001
From: liuchao <liuchao173@huawei.com>
Date: Sat, 29 Feb 2020 09:52:02 +0800
Subject: [PATCH] modify the limit maximum version
---
setup.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/setup.py b/setup.py
index e0a26b0..aec9e3a 100644
--- a/setup.py
+++ b/setup.py
@@ -32,11 +32,11 @@ def find_version(*file_paths):
install_requires = [
'cached-property >= 1.2.0, < 2',
'docopt >= 0.6.1, < 0.7',
- 'PyYAML >= 3.10, < 4',
- 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.19',
- 'texttable >= 0.9.0, < 0.10',
+ 'PyYAML >= 3.10, < 5.4',
+ 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.22',
+ 'texttable >= 0.9.0, < 1.50',
'websocket-client >= 0.32.0, < 1.0',
- 'docker >= 3.4.1, < 4.0',
+ 'docker >= 3.4.1, < 4.1',
'dockerpty >= 0.4.1, < 0.5',
'six >= 1.3.0, < 2',
'jsonschema >= 2.5.1, < 3',
--
1.8.3.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Vanient/docker-compose.git
git@gitee.com:Vanient/docker-compose.git
Vanient
docker-compose
docker-compose
master

搜索帮助