Fix missing dependency and clean up README

This commit is contained in:
Joshua Boniface 2021-10-31 01:24:12 -04:00
parent d2d37faa40
commit 168b406cf0
2 changed files with 2 additions and 9 deletions

View File

@ -14,15 +14,7 @@ The Flask API portion listens for webhooks from a compatible Git system, and the
1. Redis or another Celery-compatible broker system is required for the communication between the API and the worker(s). 1. Redis or another Celery-compatible broker system is required for the communication between the API and the worker(s).
1. `click` 1. The Python dependencies can be installed via `pip install -r requirements.txt`.
1. `pyyaml`
1. `flask`
1. `celery`
The Python dependencies can be installed via `pip install -r requirements.txt`.
## Using Basic Builder ## Using Basic Builder

View File

@ -2,3 +2,4 @@ pyyaml
flask flask
celery celery
click click
redis