Skip to content

Commit 04bd2bf

Browse files
authored
Merge pull request #902 from 0xdabbad00/fix_requirements
Fix requirements
2 parents 652cb3b + 98f8c2c commit 04bd2bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ git clone https://github.com/duo-labs/cloudmapper.git
6161
brew install autoconf automake awscli freetype jq libtool python3
6262
cd cloudmapper/
6363
python3 -m venv ./venv && source venv/bin/activate
64-
pip install -r requirements.txt
64+
pip install --prefer-binary -r requirements.txt
6565
```
6666

6767
On Linux:

cloudmapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import pkgutil
3131
import importlib
3232

33-
__version__ = "2.9.1"
33+
__version__ = "2.10.0"
3434

3535

3636
def show_help(commands):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ platformdirs==2.4.0
3131
policyuniverse==1.4.0.20210819
3232
pycodestyle==2.8.0
3333
pyflakes==2.4.0
34-
pyjq==2.5.2
34+
pyjq==2.4.0
3535
pylint==2.11.1
3636
pyparsing==3.0.4
3737
python-dateutil==2.8.2

0 commit comments

Comments
 (0)