Skip to content

Commit

Permalink
removed urllib3[secure]
Browse files Browse the repository at this point in the history
updated with urllib3
  • Loading branch information
fyunusa authored Aug 11, 2022
1 parent 1e2257b commit c88a37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def has_ext_modules(self):
if has_setuptools:
setup_kwargs['extras_require'] = {
'fastimport': ['fastimport'],
'https': ['urllib3[secure]>=1.24.1'],
'https': ['urllib3>=1.24.1'],
'pgp': ['gpg'],
'paramiko': ['paramiko'],
}
Expand Down

0 comments on commit c88a37b

Please sign in to comment.