Skip to content

Commit

Permalink
Unpin dependencies for certs and ssl extras and remove dependency lin…
Browse files Browse the repository at this point in the history
…ks. Instead, rely on pip for security.
  • Loading branch information
jaraco committed May 23, 2021
1 parent 1fda90e commit a5131f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ docs =
sphinxcontrib-towncrier

ssl =
wincertstore==0.2; sys_platform=='win32'
wincertstore; sys_platform=='win32'

certs =
certifi==2016.9.26
certifi

[options.entry_points]
distutils.commands =
Expand Down
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ def _restore_install_lib(self):
setup_params = dict(
cmdclass={'install': install_with_pth},
package_data=package_data,
dependency_links=[
pypi_link(
'certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d',
),
pypi_link(
'wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2',
),
],
)

if __name__ == '__main__':
Expand Down

0 comments on commit a5131f0

Please sign in to comment.