Install psycopg2 in the Docker container

This commit is contained in:
Stéphane Brunner
2019-01-26 14:33:51 +01:00
parent 60e8990a7b
commit 25e953bbf0
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 = "*"