| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f20d6d5 commit f977d81
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -168,7 +168,11 @@ def initialize_options(self): | |||
| 168 | 168 | ||
| 169 | 169 | if sys.version_info[0] == 2 and sys.platform == "darwin": | |
| 170 | 170 | # need PyOpenSSL for SNI support (only 2.X and on Darwin) | |
| 171 | + # list of packages taken from | ||
| 172 | + # https://github.com/kennethreitz/requests/blob/master/requests/packages/urllib3/contrib/pyopenssl.py | ||
| 171 | 173 | install_requires.append('PyOpenSSL') | |
| 174 | + install_requires.append('ndg-httpsclient') | ||
| 175 | + install_requires.append('pyasn1') | ||
| 172 | 176 | ||
| 173 | 177 | # translations | |
| 174 | 178 | mo_files = list() | |
| Back | FazBrowse Home | New Git URL |
0 commit comments