@@ -32,7 +32,7 @@ def gen_data(data_root='static'):
32
32
33
33
setup (
34
34
name = 'hobbit-core' ,
35
- version = '3.1.1 ' ,
35
+ version = '4.0.0.rc0 ' ,
36
36
python_requires = '>=3.7, <4' ,
37
37
description = 'Hobbit - A flask project generator.' ,
38
38
long_description = long_description ,
@@ -46,6 +46,8 @@ def gen_data(data_root='static'):
46
46
'Programming Language :: Python :: 3.8' ,
47
47
'Programming Language :: Python :: 3.9' ,
48
48
'Programming Language :: Python :: 3.10' ,
49
+ 'Programming Language :: Python :: 3.11' ,
50
+ 'Programming Language :: Python :: 3.12' ,
49
51
'Programming Language :: Python :: Implementation :: CPython' ,
50
52
'License :: OSI Approved :: MIT License' ,
51
53
],
@@ -55,18 +57,19 @@ def gen_data(data_root='static'):
55
57
install_requires = [],
56
58
extras_require = {
57
59
'hobbit_core' : [
58
- 'Flask>=2 .0,<2.3 ' ,
59
- 'flask-marshmallow>=0.14. 0,<1 ' ,
60
+ 'Flask>=3 .0,<4 ' ,
61
+ 'flask-marshmallow>=1. 0,<2 ' ,
60
62
'Flask-Migrate>=4,<5' ,
61
63
'flask-shell-ipython>=0.4.1' ,
62
- 'SQLAlchemy>=1.4. 0,< 2 ' ,
64
+ 'SQLAlchemy>=2. 0,< 3 ' ,
63
65
'Flask-SQLAlchemy>=3.0.0,<4' ,
66
+ 'marshmallow>=3.0.0,<4' ,
64
67
'marshmallow-enum>=1.5.1,<2' ,
65
68
'marshmallow-sqlalchemy>=0.26.1,<3' ,
66
69
'webargs>=8.0.0,<9' ,
67
70
'mypy-extensions>=0.4.3' ,
68
71
'pyyaml!=6.0.0,!=5.4.0,!=5.4.1' ,
69
- 'marshmallow>=3.0.0,<4' ,
72
+
70
73
],
71
74
'hobbit' : [
72
75
'Click>=6.7' ,
0 commit comments