Skip to content

Commit

Permalink
bump waitress min version to 3.0.2 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Nov 27, 2024
1 parent 617a2b8 commit 082bc6b
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 @@ -7,7 +7,7 @@

install_requires = [
'WebOb>=1.2',
'waitress>=0.8.5',
'waitress>=3.0.1',
'beautifulsoup4',
]

Expand Down

0 comments on commit 082bc6b

Please sign in to comment.