Skip to content

Commit

Permalink
setup.py: Require setuptools (because of Python 3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed May 5, 2024
1 parent ad66845 commit dc42c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
install_requires=[
'itsdangerous', 'Jinja2', 'misaka>=2.0,<3.0', 'html5lib',
'werkzeug>=1.0', 'bleach'],
'werkzeug>=1.0', 'bleach', 'setuptools'],
tests_require=['pytest', 'pytest-cov'],
extras_require={
'doc': ['Sphinx'],
Expand Down

0 comments on commit dc42c73

Please sign in to comment.