Add requirements.txt to install dependencies with pip

This commit is contained in:
Alberto Sottile 2019-02-16 18:49:02 +01:00
parent 2b7d36f45c
commit d18a56eb71
1 changed files with 7 additions and 0 deletions

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
certifi>=2018.11.29
pyside2>=5.12.0
twisted[tls]>=18.4.0
appnope>=0.1.0; sys_platform == 'darwin'
requests>=2.20.0; sys_platform == 'darwin'
pypiwin32>=223; sys_platform == 'win32'
zope.inteface>=4.4.0; sys_platform == 'win32'