mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
@@ -1,2 +1,2 @@
|
|||||||
-e acme[dev]
|
acme[dev]==0.25.0
|
||||||
-e .[dev]
|
-e .[dev]
|
||||||
|
|||||||
@@ -7,10 +7,7 @@ version = '0.25.0'
|
|||||||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||||
# acme/certbot version.
|
# acme/certbot version.
|
||||||
install_requires = [
|
install_requires = [
|
||||||
# This plugin works with an older version of acme, but Certbot does not.
|
'acme>=0.25.0',
|
||||||
# 0.22.0 is specified here to work around
|
|
||||||
# https://github.com/pypa/pip/issues/988.
|
|
||||||
'acme>0.21.1',
|
|
||||||
'certbot>0.21.1',
|
'certbot>0.21.1',
|
||||||
'mock',
|
'mock',
|
||||||
'PyOpenSSL',
|
'PyOpenSSL',
|
||||||
|
|||||||
Reference in New Issue
Block a user