Changeset - cc157dcedba6
[Not reviewed]
default
0 2 0
Mads Kiilerich - 10 years ago 2015-09-03 17:41:05
madski@unity3d.com
setup: drop pycrypto dependency - it has been unused since 31e119cb02ef
2 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/auth.py
Show inline comments
 
@@ -100,7 +100,7 @@ class KallitheaCrypto(object):
 
    def hash_string(cls, str_):
 
        """
 
        Cryptographic function used for password hashing based on pybcrypt
 
        or pycrypto in windows
 
        or Python's own OpenSSL wrapper on windows
 

	
 
        :param password: password to hash
 
        """
setup.py
Show inline comments
 
@@ -52,7 +52,6 @@ requirements = [
 
    "markdown==2.2.1",
 
    "docutils>=0.8.1,<=0.11",
 
    "mock",
 
    "pycrypto>=2.6.0,<=2.6.1",
 
    "URLObject==2.3.4",
 
    "Routes==1.13",
 
    "dulwich>=0.9.9,<=0.9.9",
0 comments (0 inline, 0 general)