requirements: separate files for GUI and TLS support
This commit is contained in:
parent
d18a56eb71
commit
e52e9410e2
@ -1,7 +1,4 @@
|
|||||||
certifi>=2018.11.29
|
twisted>=18.4.0
|
||||||
pyside2>=5.12.0
|
|
||||||
twisted[tls]>=18.4.0
|
|
||||||
appnope>=0.1.0; sys_platform == 'darwin'
|
appnope>=0.1.0; sys_platform == 'darwin'
|
||||||
requests>=2.20.0; sys_platform == 'darwin'
|
|
||||||
pypiwin32>=223; sys_platform == 'win32'
|
pypiwin32>=223; sys_platform == 'win32'
|
||||||
zope.inteface>=4.4.0; sys_platform == 'win32'
|
zope.inteface>=4.4.0; sys_platform == 'win32'
|
||||||
|
|||||||
2
requirements_gui.txt
Normal file
2
requirements_gui.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pyside2>=5.12.0
|
||||||
|
requests>=2.20.0; sys_platform == 'darwin'
|
||||||
2
requirements_tls.txt
Normal file
2
requirements_tls.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
certifi>=2018.11.29
|
||||||
|
twisted[tls]>=18.4.0
|
||||||
Loading…
x
Reference in New Issue
Block a user