From 5f5dcd0cc2ffb5f245e685aff2d705bbce096ed1 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 30 Jun 2016 15:20:00 -0600 Subject: [PATCH] Update to latest chryso This gives us class-based resources which can help remove a great deal of boilerplate from the code around injecting records --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 078a8d3..2076ab1 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,7 @@ def main(): 'sdist' : CustomSDistCommand, }, install_requires = [ - 'chryso==1.3', + 'chryso==1.7', 'Flask==0.10.1', 'flask-login==0.3.2', 'sepiida==5.27',