From 6b0b5fae076ba51c6c536b541e8f137039d8f915 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sat, 19 Sep 2020 22:54:48 +0200 Subject: Added Docker Compose * Added Docker compose file * Added postgresql to Docker image --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 0b49a79..b8cdbc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,6 +41,7 @@ install_requires = requests~=2.22 SQLAlchemy-Continuum~=1.3 SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728 + psycopg2-binary~=2.8 [options.extras_require] dev = -- cgit v1.1