From a792caf4870b2535a4198a7b1133536de5b8848e Mon Sep 17 00:00:00 2001 From: Xavier Bustamante Talavera Date: Sun, 8 Jul 2018 12:16:10 +0200 Subject: [PATCH] Better install --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1d1729e..e8da3108 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( install_requires=[ 'teal>=0.2.0a6', 'marshmallow_enum', - 'marshmallow==3.0.0b9' + 'marshmallow==3.0.0b9', 'ereuse-utils[Naming]>=0.4b1', 'psycopg2-binary', 'requests',