mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Bump setup.py's ConfigArgParse version (#9784)
I neglected to do this during #9678, so looks like some pip installs are failing to get the minimum required version.
This commit is contained in:
parent
0862e05754
commit
02efc8c5ca
1 changed files with 1 additions and 4 deletions
|
|
@ -28,10 +28,7 @@ install_requires = [
|
|||
# simplicity. See https://github.com/certbot/certbot/issues/8761 for more
|
||||
# info.
|
||||
f'acme>={version}',
|
||||
# We technically need ConfigArgParse 0.10.0 for Python 2.6 support, but
|
||||
# saying so here causes a runtime error against our temporary fork of 0.9.3
|
||||
# in which we added 2.6 support (see #2243), so we relax the requirement.
|
||||
'ConfigArgParse>=0.9.3',
|
||||
'ConfigArgParse>=1.5.3',
|
||||
'configobj>=5.0.6',
|
||||
'cryptography>=3.2.1',
|
||||
'distro>=1.0.1',
|
||||
|
|
|
|||
Loading…
Reference in a new issue