rename psycopg2 to psycopg2-binary

This commit is contained in:
Ali Oğuzhan Yıldız 2018-09-11 13:23:10 +03:00 committed by GitHub
parent f20d5af2c7
commit 9031360ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi
6. Add the required software in the file. 6. Add the required software in the file.
Django>=1.8,<2.0 Django>=1.8,<2.0
psycopg2 psycopg2-binary
7. Save and close the `requirements.txt` file. 7. Save and close the `requirements.txt` file.