diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-05-04 16:24:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 16:24:57 +0200 |
commit | d734f6bbd680749449f2a7b28e4b23d25deba9ee (patch) | |
tree | 073ae49879a5f04bf4084190cc53c4dd323e53df /setup.py | |
parent | 40f387eb48c192391fcf265e05d0605217b58ea7 (diff) | |
parent | 154e8ac0fc1b1553beaba2a73de1130e681a61c0 (diff) | |
download | mitmproxy-d734f6bbd680749449f2a7b28e4b23d25deba9ee.tar.gz mitmproxy-d734f6bbd680749449f2a7b28e4b23d25deba9ee.tar.bz2 mitmproxy-d734f6bbd680749449f2a7b28e4b23d25deba9ee.zip |
Merge pull request #2286 from charlesdhdt/master
Added LDAP Auth
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ setup( "hyperframe>=5.0, <6", "jsbeautifier>=1.6.3, <1.7", "kaitaistruct>=0.7, <0.8", + "ldap3>=2.2.0, <=2.2.3", "passlib>=1.6.5, <1.8", "pyasn1>=0.1.9, <0.3", "pyOpenSSL>=16.0, <17.1", |