Fixed broken external HTTPS request under some scenarios, because of missing PyOpenSSL

environments/review-docs-890-d-9gdp99/deployments/2535
Eliot Berriot 2019-09-12 17:50:15 +02:00
rodzic 05e36c745c
commit fe56c2ea36
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,8 @@ cryptography>=2,<3
# clone until the branch is merged and released upstream
git+https://github.com/EliotBerriot/requests-http-signature.git@signature-header-support
django-cleanup==3.2.0
requests>=2.22<2.23
pyOpenSSL>=19<20
# for LDAP authentication
python-ldap==3.2.0

Wyświetl plik

@ -0,0 +1 @@
Fixed broken external HTTPS request under some scenarios, because of missing PyOpenSSL