[Del]移除安装时的six库版本要求,Anaconda4.0.0以上强制满足
This commit is contained in:
parent
cc16511b6d
commit
a2b04def63
1
setup.py
1
setup.py
@ -60,7 +60,6 @@ setup(
|
|||||||
'*.h', '*.cpp', '*.bash', '*.txt',
|
'*.h', '*.cpp', '*.bash', '*.txt',
|
||||||
'*.dll', '*.lib', '*.so', '*.pyd',
|
'*.dll', '*.lib', '*.so', '*.pyd',
|
||||||
'*.dat', '*.ini', '*.pfx', '*.scc', '*.crt', '*.key']},
|
'*.dat', '*.ini', '*.pfx', '*.scc', '*.crt', '*.key']},
|
||||||
install_requires=['six>=1.11.0'],
|
|
||||||
extras_require={
|
extras_require={
|
||||||
'tq': ["tornado>=4.5.1", "sortedcontainers>=1.5.7"],
|
'tq': ["tornado>=4.5.1", "sortedcontainers>=1.5.7"],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user