setup.py: install_requires=['six>=1.11.0']
We will require the popular [__six__](https://pypi.org/project/six) module to simplify our support of both Python 2 and Python 3.
This commit is contained in:
parent
c4cb0dbe39
commit
052f64c5ab
1
setup.py
1
setup.py
@ -60,6 +60,7 @@ 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