diff options
author | ohemorange <ebportnoy@gmail.com> | 2020-05-12 18:41:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 21:41:16 -0400 |
commit | cace5c40c7a58692b1c5cd8c40040123690af848 (patch) | |
tree | 2480d27684fe2b010301232992269cf1c504ad37 | |
parent | 0476431fa0bbc177362ebe4e6888230dd395e9f0 (diff) | |
download | cryptography-cace5c40c7a58692b1c5cd8c40040123690af848.tar.gz cryptography-cace5c40c7a58692b1c5cd8c40040123690af848.tar.bz2 cryptography-cace5c40c7a58692b1c5cd8c40040123690af848.zip |
Install deps using josepy's constraints.txt file (#5247)
-rwxr-xr-x | .travis/downstream.d/certbot-josepy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/downstream.d/certbot-josepy.sh b/.travis/downstream.d/certbot-josepy.sh index 0acf9547..2253edc1 100755 --- a/.travis/downstream.d/certbot-josepy.sh +++ b/.travis/downstream.d/certbot-josepy.sh @@ -5,7 +5,7 @@ case "${1}" in git clone --depth=1 https://github.com/certbot/josepy cd josepy git rev-parse HEAD - pip install -e ".[tests]" + pip install -e ".[tests]" -c constraints.txt ;; run) cd josepy |