Skip to content

Commit 7c803dc

Browse files
authored
Merge pull request #142 from TTWShell/bugfix/Flask-Migrate
fixed version of Flask-Migrate
2 parents 3f6d0a6 + f743b3b commit 7c803dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def gen_data(data_root='static'):
3232

3333
setup(
3434
name='hobbit-core',
35-
version='3.0.0.rc3',
35+
version='3.0.0.rc4',
3636
python_requires='>=3.7, <4',
3737
description='Hobbit - A flask project generator.',
3838
long_description=long_description,
@@ -57,7 +57,7 @@ def gen_data(data_root='static'):
5757
'hobbit_core': [
5858
'Flask>=2.0,<3',
5959
'flask-marshmallow>=0.14.0,<1',
60-
'Flask-Migrate>=3.0.1,<4',
60+
'Flask-Migrate>=4,<5',
6161
'flask-shell-ipython>=0.4.1',
6262
'SQLAlchemy>=1.4.0,< 2',
6363
'Flask-SQLAlchemy>=3.0.0,<4',

0 commit comments

Comments
 (0)