From 3481d1692e36c816cdea7b2b47cdc3edd7e11900 Mon Sep 17 00:00:00 2001 From: Scott Piper Date: Thu, 4 Nov 2021 12:54:16 -0600 Subject: [PATCH] Fix requirements --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04d68d9fc..28a4d5349 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ git clone https://github.com/duo-labs/cloudmapper.git brew install autoconf automake awscli freetype jq libtool python3 cd cloudmapper/ python3 -m venv ./venv && source venv/bin/activate -pip install -r requirements.txt +pip install --prefer-binary -r requirements.txt ``` On Linux: diff --git a/requirements.txt b/requirements.txt index 5ced8b5b4..3f4ba692f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ platformdirs==2.4.0 policyuniverse==1.4.0.20210819 pycodestyle==2.8.0 pyflakes==2.4.0 -pyjq==2.5.2 +pyjq==2.4.0 pylint==2.11.1 pyparsing==3.0.4 python-dateutil==2.8.2