Skip to content

Commit

Permalink
Merge pull request #902 from 0xdabbad00/fix_requirements
Browse files Browse the repository at this point in the history
Fix requirements
  • Loading branch information
0xdabbad00 committed Nov 4, 2021
2 parents 652cb3b + 98f8c2c commit 04bd2bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cloudmapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import pkgutil
import importlib

__version__ = "2.9.1"
__version__ = "2.10.0"


def show_help(commands):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04bd2bf

Please sign in to comment.