代码拉取完成,页面将自动刷新
From 6779a40d7907c2f86818cbed56030d330a137541 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <[email protected]>
Date: Mon, 7 Feb 2022 12:09:52 +0100
Subject: [PATCH] Explicitly require six
six is imported but was not required.
In the past, it might have been transitively pulled in by pytest.
---
setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 7ad98d2..ba135c0 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,8 @@
install_requires=[
"pytest",
- "u-msgpack-python"
+ "six",
+ "u-msgpack-python",
],
packages=["pytest_expect"],
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。