Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yosida95 committed Jun 13, 2014
1 parent 00e2f06 commit 00062fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
from setuptools import setup, find_packages

here = os.path.dirname(__file__)
requires = []
requires = [
'PyCrypto',
]
tests_require = [
'nose',
'coverage'
Expand Down

0 comments on commit 00062fd

Please sign in to comment.