requirements.txt now use psycopg2-binary instead of psycopg2 that requires config file to compile and install

This commit is contained in:
Ahmed Bilal 2019-06-09 07:12:49 +02:00
parent 79458d54cb
commit a1f1c5708f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ djangorestframework
python-decouple>=3.1
# DB
psycopg2
psycopg2-binary
# Recommended
markdown