blob: da37287957fd0a4b73c6fa0c1777af90737f7e6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ura adpeas.orig/setup.py adpeas.new/setup.py
--- adpeas.orig/setup.py 2025-04-10 10:46:19.633632210 -0400
+++ adpeas.new/setup.py 2025-04-10 10:46:37.994547148 -0400
@@ -18,7 +18,7 @@
'regex==2023.12.25',
'certi @ git+https://github.com/zer1t0/certi@main',
'NetExec @ git+https://github.com/Pennyw0rth/NetExec@main',
- 'termcolor==2.5.0'
+ 'termcolor==2.5.0',
'beautifulsoup4'
],
entry_points={
|