updated python version support and requirements ordering
This commit is contained in:
parent
4de49f6bed
commit
5acffbefa3
10
setup.cfg
10
setup.cfg
@ -29,8 +29,6 @@ classifiers =
|
|||||||
Natural Language :: Russian
|
Natural Language :: Russian
|
||||||
Natural Language :: Spanish
|
Natural Language :: Spanish
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.4
|
|
||||||
Programming Language :: Python :: 3.5
|
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
@ -44,14 +42,14 @@ classifiers =
|
|||||||
include_package_data = True
|
include_package_data = True
|
||||||
packages = find:
|
packages = find:
|
||||||
install_requires =
|
install_requires =
|
||||||
twisted[tls]>=16.4.0
|
|
||||||
certifi>=2018.11.29
|
|
||||||
appnope>=0.1.0; sys_platform == 'darwin'
|
appnope>=0.1.0; sys_platform == 'darwin'
|
||||||
|
certifi>=2018.11.29
|
||||||
pypiwin32>=223; sys_platform == 'win32'
|
pypiwin32>=223; sys_platform == 'win32'
|
||||||
zope.interface>=4.4.0; sys_platform == 'win32'
|
|
||||||
pyside2>=5.11.0
|
pyside2>=5.11.0
|
||||||
requests>=2.20.0; sys_platform == 'darwin'
|
requests>=2.20.0; sys_platform == 'darwin'
|
||||||
python_requires = >=3.4
|
twisted[tls]>=16.4.0
|
||||||
|
zope.interface>=4.4.0; sys_platform == 'win32'
|
||||||
|
python_requires = >=3.6
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user