diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-01-26 16:05:20 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2016-01-26 16:05:20 -0300 |
commit | 456e6911445dd255580ff023f12e1db3c6a91f7d (patch) | |
tree | ea96d18942861e9258dc251f5e5b1b9d7cd30b8f /client/pkg | |
parent | 402099735333fb27707224fb90ba1b485b380b29 (diff) |
[feat] use cryptography instead of pycryptopp
cryptography comes from OpenSSL and Twisted dependencies, so it's
already installed.
This commit removes a compiled dependency, also possibly making it
easier to use on Windows.
Diffstat (limited to 'client/pkg')
-rw-r--r-- | client/pkg/requirements.pip | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip index f29d5c74..2f658d76 100644 --- a/client/pkg/requirements.pip +++ b/client/pkg/requirements.pip @@ -1,7 +1,6 @@ pysqlcipher>2.6.3 u1db scrypt -pycryptopp cchardet zope.proxy twisted |