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

This commit is contained in:
Eliot Berriot 2019-09-12 17:50:15 +02:00
parent 05e36c745c
commit fe56c2ea36
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

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