From 0311830771bc8a2d99d43b86472063f1f4bee3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Br=C3=A9mond?= Date: Thu, 31 Dec 2020 14:18:16 -0800 Subject: [PATCH] Fix project setup --- setup.cfg | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d588786..52f6bf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,5 +45,5 @@ use_parentheses=True line_length=88 [tool:pytest] -DJANGO_SETTINGS_MODULE = django_test_settings +DJANGO_SETTINGS_MODULE = examples.django_test_settings addopts = --random-order diff --git a/setup.py b/setup.py index 4750671..3358ab1 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ tests_require = [ "coveralls", "mock", "pytz", + "psycopg2-binary", "django-filter>=2", "pytest-django>=3.3.2", ] + rest_framework_require