Skip to content

Commit

Permalink
Merge branch 'large-file-tests' of https://github.com/Archmonger/Serv…
Browse files Browse the repository at this point in the history
…eStatic into large-file-tests
  • Loading branch information
Archmonger committed Nov 15, 2024
2 parents 0db0190 + a1bf0fa commit 4118d9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Using the following categories, list your changes in this order:
- Any errors from threads in the `servestatic.compress` command are now raised.
- Compression code has been refactored to match upstream (WhiteNoise).

### Fixed

- Add `asgiref` to dependencies to fix import error.

## [2.1.1] - 2024-10-27

### Fixed
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
]
dependencies = ["asgiref"]
dynamic = ["version"]
optional-dependencies.brotli = ["brotli"]
urls.Changelog = "https://archmonger.github.io/ServeStatic/latest/changelog/"
Expand Down

0 comments on commit 4118d9d

Please sign in to comment.