From 02073d7da891af2e880c7f3ef71facb96d9810c0 Mon Sep 17 00:00:00 2001 From: Maxim Kashevsky Date: Thu, 18 Oct 2018 15:09:05 +0300 Subject: [PATCH] set correct versions for dependencies --- Pipfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 2627024..f8ff70f 100644 --- a/Pipfile +++ b/Pipfile @@ -10,8 +10,8 @@ python_version = "3.5" [packages] requests = "*" -ecdsa = "*" +ecdsa = "==0.13" pytest = "*" -pycrypto = "*" -scrypt = "*" +pycrypto = "==2.6.1" +scrypt = "==0.8.0" aiohttp = "*"