Skip to content

Commit

Permalink
Remove unused dependency
Browse files Browse the repository at this point in the history
The trollius library is required only in Python <= 3.4, but currently
Python 3.8 is the minimum supported version.
  • Loading branch information
kajinamit committed Apr 13, 2024
1 parent 7a289c9 commit b71b888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ install_requires =
ujson
voluptuous>=0.8.10
werkzeug
trollius; python_version < '3.4'
tenacity>=5.0.0
WebOb>=1.4.1
Paste
Expand Down

0 comments on commit b71b888

Please sign in to comment.