Skip to content

Commit

Permalink
Update peewee version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jan 29, 2018
1 parent b814971 commit 56eee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
import sys
from setuptools import setup, find_packages

requirements = ['Flask', 'werkzeug', 'jinja2', 'peewee>=2.7.3', 'wtforms', 'wtf-peewee']
requirements = ['Flask', 'werkzeug', 'jinja2', 'peewee>=3.0.0', 'wtforms', 'wtf-peewee']
if sys.version_info[:2] < (2, 6):
requirements.append('simplejson')

Expand Down

0 comments on commit 56eee0e

Please sign in to comment.