mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Fixed README and setup.py after dropping qtbase5-dev and pyopengl
This commit is contained in:
parent
9b2925b428
commit
aba7c949b5
3 changed files with 6 additions and 8 deletions
3
setup.py
3
setup.py
|
@ -147,8 +147,7 @@ setup(
|
|||
install_requires=['PyQt5>=5.10.1',
|
||||
'Twisted>=17.9.0',
|
||||
'qt5reactor>=0.5',
|
||||
'netifaces>=0.10.6',
|
||||
'PyOpenGL>=3.1.0'], # Optional
|
||||
'netifaces>=0.10.6'], # Optional
|
||||
|
||||
# List additional groups of dependencies here (e.g. development
|
||||
# dependencies). Users will be able to install these using the "extras"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue