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
This commit is contained in:
Eli Ribble 2016-06-30 15:20:00 -06:00
parent 87165249b0
commit 5f5dcd0cc2
1 changed files with 1 additions and 1 deletions

View File

@ -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',