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/cloudmapper.py b/cloudmapper.py index ee38bedb2..c19089490 100755 --- a/cloudmapper.py +++ b/cloudmapper.py @@ -30,7 +30,7 @@ import pkgutil import importlib -__version__ = "2.9.1" +__version__ = "2.10.0" def show_help(commands): 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