Skip to content

Commit e39e3ab

Browse files
author
kali
committed
Mino
1 parent cd77b85 commit e39e3ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

C2Client/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ dependencies = [
99
"setuptools",
1010
"pycryptodome==3.23.0",
1111
"grpcio==1.74.0",
12-
"PyQt5==5.15.11",
13-
"pyqtdarktheme==2.1.0",
12+
"PyQt6==6.7.0",
13+
"pyqtdarktheme",
1414
"protobuf==6.32.0",
1515
"gitpython==3.1.45",
1616
"requests==2.32.5",
@@ -40,4 +40,4 @@ C2Client = [
4040
]
4141

4242
[project.scripts]
43-
c2client = "C2Client.GUI:main" # Entry point for CLI tool
43+
c2client = "C2Client.GUI:main" # Entry point for CLI tool

C2Client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pycryptodome==3.23.0
22
grpcio==1.74.0
33
PyQt6==6.7.0
4-
pyqtdarktheme==2.1.0
4+
pyqtdarktheme
55
protobuf==6.32.0
66
gitpython==3.1.45
77
requests==2.32.5

0 commit comments

Comments
 (0)