* setuptools: Initial commit * setuptools: remove the .py extension from installed commands * setuptools: restructure scripts to use entry_points in setup.py * setuptools: include TLS dependencies and remove unneeded code * setuptools: change resources path * AppVeyor: upgrade Python and py2exe, embed TLS dependencies * buildpy2exe: fix path for resources * AppVeyor: upgrade py2exe and PySide2 * Amend setup.py according to the suggestions from PR #230 * Insert TLS dependencies in requirements * AppVeyor: fix build for master * AppVeyor: revert to PySide2 5.12.0
5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
certifi>=2018.11.29
|
|
twisted[tls]>=16.4.0
|
|
appnope>=0.1.0; sys_platform == 'darwin'
|
|
pypiwin32>=223; sys_platform == 'win32'
|
|
zope.inteface>=4.4.0; sys_platform == 'win32' |