@@ -30,7 +30,7 @@ def gen_data(data_root='static'):
30
30
31
31
setup (
32
32
name = 'hobbit-core' ,
33
- version = '2.0.0.rc1 ' ,
33
+ version = '2.0.0' ,
34
34
python_requires = '>=3.6, <4' ,
35
35
description = 'Hobbit - A flask project generator.' ,
36
36
long_description = long_description ,
@@ -50,18 +50,18 @@ def gen_data(data_root='static'):
50
50
install_requires = [],
51
51
extras_require = {
52
52
'hobbit_core' : [
53
- 'Flask>=2 .0.1, <3 ' ,
54
- 'flask-marshmallow>=0.14.0, <1' ,
55
- 'Flask-Migrate>=3.0.1, <4' ,
53
+ 'Flask>=1 .0.0,<2 ' ,
54
+ 'flask-marshmallow>=0.14.0,<1' ,
55
+ 'Flask-Migrate>=3.0.1,<4' ,
56
56
'flask-shell-ipython>=0.4.1' ,
57
- 'SQLAlchemy>=1.3.0, < 1.4.0' ,
58
- 'Flask-SQLAlchemy>=2.5.1, <3' ,
59
- 'marshmallow-enum>=1.5.1, <2' ,
60
- 'marshmallow-sqlalchemy>=0.26.1, <3' ,
61
- 'webargs>=8.0.0, <9' ,
57
+ 'SQLAlchemy>=1.3.0,< 1.4.0' ,
58
+ 'Flask-SQLAlchemy>=2.5.1,<3' ,
59
+ 'marshmallow-enum>=1.5.1,<2' ,
60
+ 'marshmallow-sqlalchemy>=0.26.1,<3' ,
61
+ 'webargs>=8.0.0,<9' ,
62
62
'mypy-extensions>=0.4.3' ,
63
- 'pyyaml>=5.4.1, <6' ,
64
- 'marshmallow>=3.0.0, <4' ,
63
+ 'pyyaml>=5.4.1,<6' ,
64
+ 'marshmallow>=3.0.0,<4' ,
65
65
],
66
66
'hobbit' : [
67
67
'Click>=6.7' ,
0 commit comments