mirror of https://github.com/n1nj4sec/pupy.git
Add KCP as subrepo
This commit is contained in:
parent
5c54f9a3b3
commit
ea3f247a28
|
@ -33,3 +33,6 @@
|
|||
[submodule "pupy/external/Inveigh"]
|
||||
path = pupy/external/Inveigh
|
||||
url = https://github.com/Kevin-Robertson/Inveigh.git
|
||||
[submodule "pupy/external/pykcp"]
|
||||
path = pupy/external/pykcp
|
||||
url = https://github.com/alxchk/pykcp
|
||||
|
|
|
@ -39,6 +39,7 @@ import getpass
|
|||
import __future__
|
||||
import netaddr
|
||||
import psutil
|
||||
import kcp
|
||||
if 'win' in sys.platform:
|
||||
import ctypes.wintypes
|
||||
else:
|
||||
|
|
|
@ -4,4 +4,3 @@ psutil
|
|||
rsa
|
||||
netaddr
|
||||
tinyec
|
||||
git+https://github.com/alxchk/pykcp
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a2f917e1bc100f6a5891966d3bbf057c1853a2a9
|
|
@ -23,4 +23,3 @@ logutils
|
|||
secretstorage
|
||||
pygments
|
||||
requests
|
||||
git+https://github.com/alxchk/pykcp
|
||||
|
|
Loading…
Reference in New Issue