flipkart-incubator / Astra

Automated Security Testing For REST API's
Apache License 2.0
2.49k stars 394 forks source link

Fix and clean Requirements & Add Docker Compose support #149

Open CarlesLlobet opened 8 months ago

CarlesLlobet commented 8 months ago

The tool does not run properly straight from clone given to some outdated dependencies and called functions. Moreover, it is too cumbersome to setup given the lack of docker-compose support.

This PR simply cleans out all unnecessary / duplicated requirements, getting all of them to latest possible version (without breaking functionality), and also adds Docker-compose support, updating the documentation in README accordingly.