We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd77b85 commit e39e3abCopy full SHA for e39e3ab
C2Client/pyproject.toml
@@ -9,8 +9,8 @@ dependencies = [
9
"setuptools",
10
"pycryptodome==3.23.0",
11
"grpcio==1.74.0",
12
- "PyQt5==5.15.11",
13
- "pyqtdarktheme==2.1.0",
+ "PyQt6==6.7.0",
+ "pyqtdarktheme",
14
"protobuf==6.32.0",
15
"gitpython==3.1.45",
16
"requests==2.32.5",
@@ -40,4 +40,4 @@ C2Client = [
40
]
41
42
[project.scripts]
43
-c2client = "C2Client.GUI:main" # Entry point for CLI tool
+c2client = "C2Client.GUI:main" # Entry point for CLI tool
C2Client/requirements.txt
@@ -1,7 +1,7 @@
1
pycryptodome==3.23.0
2
grpcio==1.74.0
3
PyQt6==6.7.0
4
-pyqtdarktheme==2.1.0
+pyqtdarktheme
5
protobuf==6.32.0
6
gitpython==3.1.45
7
requests==2.32.5
0 commit comments