Skip to content

Commit b12ee81

Browse files
committed
lock flask >=1,<2 and Werkzeug>=1,<2
1 parent 384c2b6 commit b12ee81

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

Pipfile.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

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

3131
setup(
3232
name='hobbit-core',
33-
version='2.0.0.rc1',
33+
version='2.0.0',
3434
python_requires='>=3.6, <4',
3535
description='Hobbit - A flask project generator.',
3636
long_description=long_description,
@@ -50,18 +50,18 @@ def gen_data(data_root='static'):
5050
install_requires=[],
5151
extras_require={
5252
'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',
5656
'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',
6262
'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',
6565
],
6666
'hobbit': [
6767
'Click>=6.7',

0 commit comments

Comments
 (0)