From 3392f9ab0a0e2c2a5f2bf2db79973ea9a5110593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 11 Mar 2017 15:41:10 +0100 Subject: Upgrade to peewee-2.9 and drop our customizations --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 44aa32a..f9503d7 100644 --- a/setup.py +++ b/setup.py @@ -43,8 +43,8 @@ setup( libraries=[('closure', {'sources': ['closure.c']})], package_data={'archivist' : ['sqlext/*']}, install_requires=[ - 'Click', - 'peewee' + 'Click>=6.6', + 'peewee>=2.9.0' ], entry_points=''' [console_scripts] -- cgit v1.2.3