Skip to content

Commit

Permalink
Flask-SQLAlchemy is no longer a base dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed May 22, 2024
1 parent 314dddc commit 601b1e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ dependencies = [
'blinker',
'Flask-Assets',
'Flask-Migrate',
'Flask-SQLAlchemy',
'Flask>=3.0',
'furl',
'html5lib>=0.999999999',
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
coverage
coveralls
Flask-SQLAlchemy
psycopg
Pygments
pylint
Expand Down

0 comments on commit 601b1e3

Please sign in to comment.