From list of meeting requests filters out conflicting ones, used first comes first serves approach
Create virtualenv and install dependencies with:
make dependencies
This will:
- Create a python3 virtualenv under
.venv
- Install the latest pip in the virtualenv
- Install all dependencies from
development.txt
Run unit tests with
make unit
make run