Skip to content

Commit

Permalink
[meta] pin consonance to 0.1.1
Browse files Browse the repository at this point in the history
Fixes py2 issue from dissononce
Forces cryptography to >=2.5 (through dissononce)
  • Loading branch information
tgalal committed Apr 24, 2019
1 parent 42a29a5 commit 84c4201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import platform
import sys

deps = ['consonance==0.1.0', 'argparse', 'python-axolotl>=0.1.39', 'six==1.10', 'appdirs']
deps = ['consonance==0.1.1', 'argparse', 'python-axolotl>=0.1.39', 'six==1.10', 'appdirs']

if sys.version_info < (2, 7):
deps.append('importlib')
Expand Down

0 comments on commit 84c4201

Please sign in to comment.