From f048e45494e48afb5ded772316f4532ed5807a46 Mon Sep 17 00:00:00 2001 From: ilvalle Date: Tue, 12 Dec 2017 20:38:56 +0100 Subject: [PATCH] removed pycrypto dep --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7e5a39c7..018e80eb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,6 @@ install: - python -m ensurepip - pip install codecov - git submodule update --init --recursive - - pip install pycrypto # Check that we have the expected version and architecture for Python - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\""