feat(api): reduce build dependencies with psycopg2 binary package
This commit is contained in:
parent
acf82e7845
commit
ca6c389349
|
@ -46,7 +46,7 @@ djangorestframework = "==3.14.0"
|
|||
drf-spectacular = "==0.26.5"
|
||||
markdown = "==3.4.4"
|
||||
persisting-theory = "==1.0"
|
||||
psycopg2 = "==2.9.9"
|
||||
psycopg2-binary = "==2.9.9"
|
||||
redis = "==5.0.1"
|
||||
|
||||
# Django LDAP
|
||||
|
|
Loading…
Reference in New Issue