Skip to content

Commit

Permalink
Add asgiref to dependencies (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger authored Nov 15, 2024
1 parent be39df9 commit bfc06f2
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 bfc06f2

Please sign in to comment.