Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdabbad00 committed Nov 4, 2021
1 parent 652cb3b commit 3481d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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 3481d16

Please sign in to comment.