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

Chore: diff dev and prod requirements #111

parent bad2988d
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
Install dependencies:
```shell
apt install \
python3-wheel \
python3-flask \
python3-flask-sqlalchemy \
python3-http-parser \
python3-psycopg2 \
python3-requests \
python3-sqlalchemy \
python3-validators \
sqlite3
apt install -y \
python3-wheel \
python3-flask \
python3-flask-sqlalchemy \
python3-http-parser \
python3-psycopg2 \
python3-requests \
python3-sqlalchemy
```
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment