From f064ade514fe01d23d5419b4f573090ef3494a7d Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Sat, 3 Mar 2018 19:10:55 +0100 Subject: [PATCH] set hard dependency on peewee2 as generic foreign key has been removed from the playhouse namespace we have to set dependency to the older peewee version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ec602b..9f4ac05 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( ], install_requires=[ 'fqdn', - 'peewee', + 'peewee<3', ], scripts=[ 'bin/ca-server',