From 730f35c6dc127555033cc6c7f8cff828f1f11295 Mon Sep 17 00:00:00 2001 From: Amaan Ul Haq Siddiqui Date: Tue, 25 Feb 2025 20:42:17 +0500 Subject: [PATCH] Update Python version requirement and bump pyjq to 2.6.0 in README and requirements --- README.md | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28a4d5349..ec79fa7fa 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you want to add your own private commands, you can create a `private_commands ## Installation Requirements: -- python 3 (3.7.0rc1 is known to work), `pip`, and `virtualenv` +- python 3 (3.10 is known to work), `pip`, and `virtualenv` - You will also need `jq` (https://stedolan.github.io/jq/) and the library `pyjq` (https://github.com/doloopwhile/pyjq), which require some additional tools installed that will be shown. On macOS: @@ -60,7 +60,7 @@ git clone https://github.com/duo-labs/cloudmapper.git # Install pre-reqs for pyjq brew install autoconf automake awscli freetype jq libtool python3 cd cloudmapper/ -python3 -m venv ./venv && source venv/bin/activate +python3.10 -m venv ./venv && source venv/bin/activate pip install --prefer-binary -r requirements.txt ``` @@ -74,7 +74,7 @@ git clone https://github.com/duo-labs/cloudmapper.git # You may additionally need "build-essential" sudo apt-get install autoconf automake libtool python3.7-dev python3-tk jq awscli cd cloudmapper/ -python3 -m venv ./venv && source venv/bin/activate +python3.10 -m venv ./venv && source venv/bin/activate pip install -r requirements.txt ``` diff --git a/requirements.txt b/requirements.txt index 3e5bce870..bdc7e672a 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.4.0 +pyjq==2.6.0 pylint==2.11.1 pyparsing==3.0.4 python-dateutil==2.8.2