diff --git a/setup.py b/setup.py index d319316..c4e0e08 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( "coverage", "psycopg2-binary", "PyMySQL", + "cryptography", ] }, tests_require=["nose"],