requirements.txt now use psycopg2-binary instead of psycopg2 that requires config file to compile and install
This commit is contained in:
parent
79458d54cb
commit
a1f1c5708f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ djangorestframework
|
|||
python-decouple>=3.1
|
||||
|
||||
# DB
|
||||
psycopg2
|
||||
psycopg2-binary
|
||||
|
||||
# Recommended
|
||||
markdown
|
||||
|
|
Loading…
Reference in a new issue