chore: add sentry dependency

This commit is contained in:
Ayo Ayco 2024-05-17 18:04:36 +02:00
parent 896c9c6c07
commit 56d4c697a1
2 changed files with 3 additions and 4 deletions

View file

@ -40,10 +40,7 @@ Additional features are:
$ . .venv/bin/activate
# install wheel:
(.venv)$ pip install wheel
# install gunicorn & flask:
(.venv)$ pip install flask
(.venv)$ python -m pip install -r requirements.txt
# rejoice!
```

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
flask
sentry-sdk[flask]