Updated cryptography to 0.5.4 - closes #91

Slightly reorganized the default imports in pgpy/__init__.py
First pass at updating the ascii_unarmor regex to support cleartext signatures - #102, #27, #28
Added pypy3 to the test matrix as an allowed failure
This commit is contained in:
Michael Greene
2014-08-22 13:00:40 -07:00
parent fe5ed49241
commit 43bc7bf7f6
7 changed files with 26 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
cryptography==0.4
cryptography==0.5.4
requests
enum34
six