Install psycopg2 in the Docker container

This commit is contained in:
Stéphane Brunner
2019-01-26 14:33:51 +01:00
parent 8de5d6799b
commit 0d8351e85b
2 changed files with 36 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ pytest-django = "*"
pytest-sugar = "*"
pytest-env = "*"
pytest-xdist = "*"
psycopg2 = "*"
[dev-packages]
ipython = "*"