File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ git clone https://github.com/duo-labs/cloudmapper.git
6161brew install autoconf automake awscli freetype jq libtool python3
6262cd cloudmapper/
6363python3 -m venv ./venv && source venv/bin/activate
64- pip install -r requirements.txt
64+ pip install --prefer-binary - r requirements.txt
6565```
6666
6767On Linux:
Original file line number Diff line number Diff line change 3030import pkgutil
3131import importlib
3232
33- __version__ = "2.9.1 "
33+ __version__ = "2.10.0 "
3434
3535
3636def show_help (commands ):
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ platformdirs==2.4.0
3131policyuniverse == 1.4.0.20210819
3232pycodestyle == 2.8.0
3333pyflakes == 2.4.0
34- pyjq == 2.5.2
34+ pyjq == 2.4.0
3535pylint == 2.11.1
3636pyparsing == 3.0.4
3737python-dateutil == 2.8.2
You can’t perform that action at this time.
0 commit comments