mirror of https://github.com/n1nj4sec/pupy.git
Fix requirements. M2Crypto from pip is broken. Use repo
This commit is contained in:
parent
7413e4fba6
commit
cebb0d6ca7
|
@ -4,4 +4,4 @@ psutil
|
|||
rsa
|
||||
netaddr
|
||||
tinyec
|
||||
https://github.com/alxchk/pykcp
|
||||
git+https://github.com/alxchk/pykcp
|
||||
|
|
|
@ -9,7 +9,6 @@ paramiko==2.0.2
|
|||
tinyec
|
||||
psutil
|
||||
netifaces
|
||||
m2crypto
|
||||
pylzma
|
||||
mss==2.0.22
|
||||
colorama
|
||||
|
@ -24,4 +23,4 @@ logutils
|
|||
secretstorage
|
||||
pygments
|
||||
requests
|
||||
https://github.com/alxchk/pykcp
|
||||
git+https://github.com/alxchk/pykcp
|
||||
|
|
Loading…
Reference in New Issue