From a5131f0b82e098da6c07a03a47f36f3a52f73fb6 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 22 May 2021 22:11:33 -0400 Subject: Unpin dependencies for certs and ssl extras and remove dependency links. Instead, rely on pip for security. --- setup.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fe02b97c..c6affe97 100755 --- a/setup.py +++ b/setup.py @@ -79,14 +79,6 @@ class install_with_pth(install): 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__': -- cgit v1.2.1