commit | 25536ad83a85cfda6d5388278e4e378f2d4df73e | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Thu Feb 04 15:08:55 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Thu Feb 04 22:20:00 2016 +0900 |
tree | ceb7f5bb28cdfdd2273c288d96a04d7c8c1148a8 | |
parent | 5b44612d20e762e0774a19b7ef42a28f7fc0b481 [diff] [blame] |
THRIFT-2103 [python] Support for SSL certificates with Subject Alternative Names
diff --git a/lib/py/requirements.txt b/lib/py/requirements.txt new file mode 100644 index 0000000..7cf8b31 --- /dev/null +++ b/lib/py/requirements.txt
@@ -0,0 +1,3 @@ +six +backports.ssl_match_hostname +ipaddress