duo-labs / cloudmapper

CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
BSD 3-Clause "New" or "Revised" License
5.98k stars 805 forks source link

Update requirements.txt for #875 #876

Closed momotaro98 closed 2 years ago

momotaro98 commented 3 years ago

I encountered issue #875.

I fixed requirements.txt by upgrading dependencies one by one.

I confirmed this change works by running followings.

run installation command

python3 -m venv ./venv && source venv/bin/activate
pip install -r requirements.txt

run demo

python cloudmapper.py prepare --config config.json.demo --account demo
python cloudmapper.py report --config config.json.demo --account demo
python cloudmapper.py webserver

run test

make test
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

0xdabbad00 commented 3 years ago

LGTM. @kylelady This can be merged.