Add missing dependencies and improve pipeline

This commit is contained in:
2022-03-26 21:27:20 +00:00
committed by Théo | Ailé
parent e7a6a94ff2
commit 28ae109b32
2 changed files with 19 additions and 4 deletions

View File

@ -38,8 +38,10 @@ libsass = "^0.21.0"
django-ordered-model = "^3.4.3"
django-simple-captcha = "^0.5.14"
python-dateutil = "^2.8.2"
psycopg2-binary = "^2.9.1"
sentry-sdk = "^1.4.3"
graphviz = "^0.17"
Jinja2 = "<=3.0.3"
# Extra optional dependencies
mysqlclient = { version = "^2.0.3", optional = true }