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