Skip to content
Snippets Groups Projects
Commit add3532f authored by David Trattnig's avatar David Trattnig
Browse files

Chore: diff dev and prod requirements #111

parent 93db9b0d
No related branches found
No related tags found
No related merge requests found
...@@ -46,16 +46,25 @@ If you are developing engine you also might want the projects `steering`, `dashb ...@@ -46,16 +46,25 @@ If you are developing engine you also might want the projects `steering`, `dashb
Install dependencies: Install dependencies:
```shell ```shell
apt install \ apt install -y \
python3-wheel \ python3-wheel \
python3-flask \ python3-flask \
python3-flask-sqlalchemy \ python3-flask-sqlalchemy \
python3-http-parser \ python3-http-parser \
python3-psycopg2 \ python3-psycopg2 \
python3-requests \ python3-requests \
python3-sqlalchemy \ python3-sqlalchemy
python3-validators \ ```
sqlite3
For development install following additional requirements:
```shell
apt install -y
codespell \
black \
python3-flake8 \
python3-flake8-docstrings \
python3-validators
``` ```
Create your base configuration from the sample configuration Create your base configuration from the sample configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment