chore: add sentry dependency
This commit is contained in:
parent
896c9c6c07
commit
56d4c697a1
2 changed files with 3 additions and 4 deletions
|
@ -40,10 +40,7 @@ Additional features are:
|
||||||
$ . .venv/bin/activate
|
$ . .venv/bin/activate
|
||||||
|
|
||||||
# install wheel:
|
# install wheel:
|
||||||
(.venv)$ pip install wheel
|
(.venv)$ python -m pip install -r requirements.txt
|
||||||
|
|
||||||
# install gunicorn & flask:
|
|
||||||
(.venv)$ pip install flask
|
|
||||||
|
|
||||||
# rejoice!
|
# rejoice!
|
||||||
```
|
```
|
||||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
flask
|
||||||
|
sentry-sdk[flask]
|
Loading…
Reference in a new issue