mirror of https://github.com/Syncplay/syncplay
Add requirements.txt to install dependencies with pip
This commit is contained in:
parent
2b7d36f45c
commit
d18a56eb71
|
@ -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'
|
Loading…
Reference in New Issue