From a2b04def639160cb4595c6f94bea002e6dace70b Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Sat, 12 May 2018 14:51:09 +0800 Subject: [PATCH] =?UTF-8?q?[Del]=E7=A7=BB=E9=99=A4=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=97=B6=E7=9A=84six=E5=BA=93=E7=89=88=E6=9C=AC=E8=A6=81?= =?UTF-8?q?=E6=B1=82=EF=BC=8CAnaconda4.0.0=E4=BB=A5=E4=B8=8A=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E6=BB=A1=E8=B6=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 51563398..df03fc01 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,6 @@ setup( '*.h', '*.cpp', '*.bash', '*.txt', '*.dll', '*.lib', '*.so', '*.pyd', '*.dat', '*.ini', '*.pfx', '*.scc', '*.crt', '*.key']}, - install_requires=['six>=1.11.0'], extras_require={ 'tq': ["tornado>=4.5.1", "sortedcontainers>=1.5.7"], }