Running Tests

python manage.py test

Games module only

python manage.py test games

Updating dependencies

Install Package

pip install <package>

Generate requirements file

pip freeze > requirements.txt

Update Pipenv from requirements.txt

pipenv -r requirements.txt