File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,7 @@ jaraco.text>=3.1
1919
2020portend
2121
22- # cryptography >= 3.4 started using Rust but it's unstable w/ old PyPy
23- # and pyopenssl == 22 started requiring cryptography 35+
24- # which is why we need these restrictions for the dependency resolution
25- # to succeed.
26- pyopenssl; implementation_name != "pypy"
27- pyopenssl >= 22.0.0; implementation_name == "pypy" and python_version >= "3.8"
28- pyopenssl < 22.0.0; implementation_name == "pypy" and python_version < "3.8"
22+ pyopenssl
2923
3024# The pypytools library provides a cross-implementation context
3125# manager for disabling garbage collection in specific blocks
@@ -48,12 +42,3 @@ requests_toolbelt
4842
4943# TLS
5044trustme>=0.4.0
51-
52- # cryptography >= 3.4 started using Rust but it's unstable w/ old PyPy
53- cryptography < 3.4; implementation_name == "pypy" and python_version < "3.8"
54-
55- # requests-unixsocket is currently incompatible with urllib3 v2
56- # Refs:
57- # * https://github.com/msabramo/requests-unixsocket/issues/70
58- # * https://github.com/msabramo/requests-unixsocket/pull/69
59- urllib3 < 2
You can’t perform that action at this time.
0 commit comments