# SecurityHubFindingsImported *Automatically generated by the [Amazon Event Schemas](https://aws.amazon.com/)* ## Requirements 1. Python 36+ 2. pprint 0.1 3. six 1.12.0 4. regex 2019.11.1 ## Install Dependencies ### pip users Create and update it in current project's **requirements.txt**: ``` pprint == 0.1 six == 1.12.0 regex == 2019.11.1 ``` Run Command: ```sh pip3 install -r requirements.txt ```