Merge branch '117-django-2-2-not-compatible-with-psycopg-2-9' into 'master'

Resolve "Django 2.2 not compatible with psycopg 2.9"
Closes #117

See merge request ae/Sith!299
This commit is contained in:
Théo | Ailé 2022-04-18 20:21:19 +00:00
commit bc2fe16b74

View File

@ -38,7 +38,7 @@ 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"
psycopg2-binary = "2.8.6"
sentry-sdk = "^1.4.3"
graphviz = "^0.17"
Jinja2 = "<=3.0.3"