mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
parent
7cf835059e
commit
1e5ef1b2ed
4 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Remember to update setup.py to match the package versions below.
|
||||
acme[dev]==0.29.0
|
||||
acme[dev]==1.8.0
|
||||
certbot[dev]==1.10.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ version = '1.15.0.dev0'
|
|||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=0.29.0',
|
||||
'acme>=1.8.0',
|
||||
'certbot>=1.10.0',
|
||||
'python-augeas',
|
||||
'setuptools>=39.0.1',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Remember to update setup.py to match the package versions below.
|
||||
acme[dev]==0.29.0
|
||||
acme[dev]==1.8.0
|
||||
certbot[dev]==1.10.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ version = '1.15.0.dev0'
|
|||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=0.29.0',
|
||||
'acme>=1.8.0',
|
||||
'certbot>=1.10.0',
|
||||
'PyOpenSSL',
|
||||
'pyparsing>=1.5.5', # Python3 support
|
||||
|
|
|
|||
Loading…
Reference in a new issue