Permalink
Browse files

Update scapy dep in setup.py

  • Loading branch information...
1 parent e675648 commit 2a59228f9279cbd6ff92d487532249299c29a788 @adisbladis adisbladis committed May 9, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 setup.py
View
@@ -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

Please sign in to comment.