Skip to content

Commit

Permalink
Drop unnecessary Blinker dependency
Browse files Browse the repository at this point in the history
Flask requires this, so it's a transitive dep, but it's not directly used within this toolbar at all.

We do directly import the other listed packages, so they should stay.
  • Loading branch information
jeffwidman committed Apr 24, 2024
1 parent 48de4e4 commit e8545c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
name="Flask-DebugToolbar",
install_requires=[
'Flask>=2.2.0',
'Blinker',
'itsdangerous',
'werkzeug',
'MarkupSafe',
Expand Down

0 comments on commit e8545c9

Please sign in to comment.