Remove hard certifi dependency and document.

This commit is contained in:
Cory Benfield
2014-09-04 19:40:15 +01:00
parent 95161ed313
commit a77054f90f
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ packages = [
'requests.packages.urllib3.packages.ssl_match_hostname',
]
requires = ['certifi']
requires = []
with open('README.rst') as f:
readme = f.read()