We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f6d0a6 + f743b3b commit 7c803dcCopy full SHA for 7c803dc
setup.py
@@ -32,7 +32,7 @@ def gen_data(data_root='static'):
32
33
setup(
34
name='hobbit-core',
35
- version='3.0.0.rc3',
+ version='3.0.0.rc4',
36
python_requires='>=3.7, <4',
37
description='Hobbit - A flask project generator.',
38
long_description=long_description,
@@ -57,7 +57,7 @@ def gen_data(data_root='static'):
57
'hobbit_core': [
58
'Flask>=2.0,<3',
59
'flask-marshmallow>=0.14.0,<1',
60
- 'Flask-Migrate>=3.0.1,<4',
+ 'Flask-Migrate>=4,<5',
61
'flask-shell-ipython>=0.4.1',
62
'SQLAlchemy>=1.4.0,< 2',
63
'Flask-SQLAlchemy>=3.0.0,<4',
0 commit comments