Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
pin version of cryptography<3.4 to avoid issue with new Rust dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed Feb 11, 2021
1 parent 7b58508 commit b5f06dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cachetools>=3.1.1,<4.0.0
cbor2>=5.2.0
coverage==4.5.4
crontab>=0.22.6
cryptography<3.4
dnspython==1.16.0 #basic-lib
docopt>=0.6.2 #basic-lib
elasticsearch>=7.0.0,<8.0.0
Expand All @@ -32,9 +33,9 @@ forbiddenfruit==0.1.3
jsondiff>=1.2.0
jsonpatch>=1.24,<2.0
jsonpath-rw>=1.4.0,<2.0.0
localstack-ext[full]>=0.12.0
localstack-ext>=0.12.0 #basic-lib
localstack-client>=0.14 #basic-lib
localstack-ext[full]>=0.12.5
localstack-ext>=0.12.5 #basic-lib
localstack-client>=1.12 #basic-lib
moto-ext[all]>=1.3.15.12
nose>=1.3.7
nose-timer>=0.7.5
Expand Down

0 comments on commit b5f06dc

Please sign in to comment.