Add KCP as subrepo

This commit is contained in:
Oleksii Shevchuk 2018-01-04 21:31:30 +02:00
parent 5c54f9a3b3
commit ea3f247a28
5 changed files with 5 additions and 2 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -39,6 +39,7 @@ import getpass
import __future__
import netaddr
import psutil
import kcp
if 'win' in sys.platform:
import ctypes.wintypes
else:

View File

@ -4,4 +4,3 @@ psutil
rsa
netaddr
tinyec
git+https://github.com/alxchk/pykcp

1
pupy/external/pykcp vendored Submodule

@ -0,0 +1 @@
Subproject commit a2f917e1bc100f6a5891966d3bbf057c1853a2a9

View File

@ -23,4 +23,3 @@ logutils
secretstorage
pygments
requests
git+https://github.com/alxchk/pykcp