mirror of https://github.com/docker/docs.git
rename psycopg2 to psycopg2-binary
This commit is contained in:
parent
f20d5af2c7
commit
9031360ae7
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue