Permalink
Browse files
Update scapy dep in setup.py
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
setup.py
|
|
@@ -44,5 +44,5 @@ |
|
|
package_data = {'': ['*.ui']},
|
|
|
license = 'GPL',
|
|
|
zip_safe = False,
|
|
|
- install_requires = [ 'scapy', 'dpkt', 'NetfilterQueue', 'psutil' , 'pyinotify', 'PyQt5']
|
|
|
+ install_requires = [ 'scapy-python3', 'dpkt', 'NetfilterQueue', 'psutil' , 'pyinotify']
|
|
|
)
|
0 comments on commit
2a59228