Add dev-requirements

This commit is contained in:
Andras Schmelczer 2022-07-04 14:21:31 +02:00
parent 6987da4629
commit 03d8faca1a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
4 changed files with 20 additions and 6 deletions

View file

@ -32,3 +32,10 @@ def hello_world(name: str) -> str:
Deploy by executing `python3 -m great-ai main.py`
Find the dashboard at [http://localhost:6060](http://localhost:6060/dashboard/).
### Contribute
```sh
pip install --upgrade --requirement dev-requirements.txt
```