Skip to content

Commit b372093

Browse files
authored
Merge pull request #105 from fact-project/peewee2
Require peewee 2
2 parents f64d6fb + 36e4a4c commit b372093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'matplotlib>=1.4',
3535
'numpy',
3636
'pandas',
37-
'peewee',
37+
'peewee==2.*',
3838
'pymongo>=2.7',
3939
'pymysql',
4040
'python-dateutil',

0 commit comments

Comments
 (0)