From 44875aec1f131fe810252a96c66dd68dc9af8d92 Mon Sep 17 00:00:00 2001 From: "D.S. Ljungmark" Date: Sun, 1 Jun 2014 08:44:20 +0200 Subject: [PATCH] Fix dependency to be on development version of cryptography --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 54a72cf04..7d05b8de6 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright (C) Jean-Paul Calderone 2008-2014, All rights reserved @@ -34,7 +34,7 @@ maintainer_email = 'exarkun@twistedmatrix.com', url = 'https://github.com/pyca/pyopenssl', license = 'APL2', - install_requires=["cryptography>=0.5", "six>=1.5.2"], + install_requires=["cryptography>=0.5.dev1", "six>=1.5.2"], long_description = """\ High-level wrapper around a subset of the OpenSSL library, includes * SSL.Connection objects, wrapping the methods of Python's portable