Skip to content

Commit

Permalink
Fix dependency to be on development version of cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
Spindel committed Jun 1, 2014
1 parent 345de53 commit 44875ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -34,7 +34,7 @@
maintainer_email = '[email protected]',
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
Expand Down

0 comments on commit 44875ae

Please sign in to comment.