pyOpenSSL: Adapt to changes in 22.0.0 (#7080)

This commit is contained in:
lovetox
2022-01-29 23:05:59 +01:00
committed by GitHub
parent d59fb394e7
commit 9aeecb4c35
3 changed files with 35 additions and 35 deletions
+1 -2
View File
@@ -1,3 +1,2 @@
version = "21.0.*"
python2 = true
version = "22.0.*"
requires = ["types-cryptography"]