From cebb0d6ca76e81afa60b3fd0f701927e72e66ed8 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Sat, 30 Dec 2017 16:33:30 +0200 Subject: [PATCH] Fix requirements. M2Crypto from pip is broken. Use repo --- client/requirements.txt | 2 +- pupy/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/requirements.txt b/client/requirements.txt index bf7bf115..f4d0e848 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -4,4 +4,4 @@ psutil rsa netaddr tinyec -https://github.com/alxchk/pykcp +git+https://github.com/alxchk/pykcp diff --git a/pupy/requirements.txt b/pupy/requirements.txt index 770abc13..b8199fd8 100644 --- a/pupy/requirements.txt +++ b/pupy/requirements.txt @@ -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