-
Notifications
You must be signed in to change notification settings - Fork 231
Expand file tree
/
Copy pathGUI5.pyproject
More file actions
37 lines (37 loc) · 825 Bytes
/
GUI5.pyproject
File metadata and controls
37 lines (37 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"dependencies": [
"PyQt5",
"numpy",
"PyQt5.QtCore",
"PyQt5.QtWidgets",
"PyQt5.QtQml",
"QtQuick 2.15",
"QtQuick.Controls 2.15",
"QtQuick.Layouts 1.15",
"configparser",
"os",
"sys",
"cv2",
"tello"
],
"files": [
"GUI5_BrainwaveReading.py",
"GUI5_BrainwaveReading.qml",
"AvatarImages.qrc",
"GUI5TransferData.py",
"GUI5TransferData.qml",
"GUI5_ManualDroneControl.py",
"GUI5_ManualDroneControl.qml",
"GUI5.py",
"main.qml",
"test_script.py"
],
"resources": [
"AvatarImages.qrc"
],
"ui_files": [
"GUI5_BrainwaveReading.qml",
"GUI5TransferData.qml",
"GUI5_ManualDroneControl.qml"
]
}