Merge pull request #849 from cclauss/patch-1

setup.py: install_requires=['six>=1.11.0']
This commit is contained in:
vn.py 2018-05-10 10:50:51 +08:00 committed by GitHub
commit cc16511b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ 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"],
}