diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2014-12-22 12:12:41 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2014-12-22 12:12:57 -0200 |
commit | 41598e6e9333e5887048956f4e56e97e35fa5924 (patch) | |
tree | 90d217b062e0f1445984bd549780f1d405bc81ca /service | |
parent | af98534d2fa813465665fa67add271e41f229849 (diff) |
Added explicit cryptography package to setup.py because the new version is breaking on jessie
Diffstat (limited to 'service')
-rw-r--r-- | service/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/setup.py b/service/setup.py index a68c0a62..23dfd134 100644 --- a/service/setup.py +++ b/service/setup.py @@ -89,6 +89,7 @@ setup(name='pixelated-user-agent', ], test_suite='nose.collector', install_requires=[ + 'cryptography==0.6.1', 'pyasn1==0.1.7', 'gnupg==1.4.0', 'Twisted==14.0.2', |