mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
parent
a8a8a39ff1
commit
87ee0470e6
1 changed files with 0 additions and 4 deletions
|
|
@ -6,10 +6,6 @@ from setuptools import setup
|
|||
version = '1.19.0.dev0'
|
||||
|
||||
install_requires = [
|
||||
# This dependency just exists to ensure that chardet is installed along
|
||||
# with requests so it will use it instead of charset_normalizer. See
|
||||
# https://github.com/certbot/certbot/issues/8964 for more info.
|
||||
'chardet',
|
||||
'cryptography>=2.1.4',
|
||||
# formerly known as acme.jose:
|
||||
# 1.1.0+ is required to avoid the warnings described at
|
||||
|
|
|
|||
Loading…
Reference in a new issue