mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:14:21 +02:00
Feature acme cryptography 2 (#10245)
redoing https://github.com/certbot/certbot/pull/10174 but lots of mergecommits and ff wanted; so test in a clean environment
This commit is contained in:
+1
-5
@@ -1,5 +1,3 @@
|
||||
import sys
|
||||
|
||||
from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
|
||||
@@ -7,9 +5,7 @@ version = '4.0.0.dev0'
|
||||
|
||||
install_requires = [
|
||||
'cryptography>=43.0.0',
|
||||
# Josepy 2+ may introduce backward incompatible changes by droping usage of
|
||||
# deprecated PyOpenSSL APIs.
|
||||
'josepy>=1.13.0, <2',
|
||||
'josepy>=2.0.0',
|
||||
# PyOpenSSL>=25.0.0 is just needed to satisfy mypy right now so this dependency can probably be
|
||||
# relaxed to >=24.0.0 if needed.
|
||||
'PyOpenSSL>=25.0.0',
|
||||
|
||||
Reference in New Issue
Block a user