requirements.txt
This commit is contained in:
parent
1b75a26313
commit
24e55a9e62
4 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@ encoding//Demo/SingleApplication.py=utf-8
|
||||||
encoding//Demo/VerificationCode.py=utf-8
|
encoding//Demo/VerificationCode.py=utf-8
|
||||||
encoding//Demo/WeltHideWindow.py=utf-8
|
encoding//Demo/WeltHideWindow.py=utf-8
|
||||||
encoding//Demo/WindowNotify.py=utf-8
|
encoding//Demo/WindowNotify.py=utf-8
|
||||||
|
encoding//QChart/LineChart.py=utf-8
|
||||||
encoding//QFont/AwesomeFont.py=utf-8
|
encoding//QFont/AwesomeFont.py=utf-8
|
||||||
encoding//QFont/Lib/FontAwesome.py=utf-8
|
encoding//QFont/Lib/FontAwesome.py=utf-8
|
||||||
encoding//QListView/CustomWidgetSortItem.py=utf-8
|
encoding//QListView/CustomWidgetSortItem.py=utf-8
|
||||||
|
|
3
Demo/requirements.txt
Normal file
3
Demo/requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
pywin32
|
||||||
|
numpy
|
||||||
|
dlib
|
1
QChart/requirements.txt
Normal file
1
QChart/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
PyQtChart
|
1
QFlowLayout/requirements.txt
Normal file
1
QFlowLayout/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
lxml
|
Loading…
Reference in a new issue