1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Backend: switched to asyncio from Twisted

This commit is contained in:
Bumsik Kim 2018-06-28 02:19:32 -04:00
parent 8393dab1a5
commit c09fffe6e8
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
3 changed files with 88 additions and 89 deletions

View file

@ -145,8 +145,7 @@ setup(
# For an analysis of "install_requires" vs pip's requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['PyQt5>=5.10.1',
'Twisted>=17.9.0',
'qt5reactor>=0.5',
'Quamash>=0.6.0',
'netifaces>=0.10.6'], # Optional
# List additional groups of dependencies here (e.g. development