Skip to content

Commit

Permalink
Loosen requirement for brotli in 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Labelle committed Dec 8, 2023
1 parent 83b530c commit 991cb29
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 @@ -74,7 +74,7 @@
install_requires=[
"asgiref>=3.2.10,<3.6",
"blinker>=1.4, <1.5",
"Brotli>=1.0,<1.1",
"Brotli>=1.0,<=1.1",
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
"cryptography>=36,<38",
"flask>=1.1.1,<2.2",
Expand Down

0 comments on commit 991cb29

Please sign in to comment.