Skip to content

Commit

Permalink
Fix asgiref dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Nov 16, 2023
1 parent cca04ff commit c75348a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Changelog
=========

* Fix asgiref dependency declaration.

1.17.1 (2023-11-14)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ version = "1.17.1"
description = "Extensions for using Django with htmx."
readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = [
"asgiref>=3.6",
"Django",
]
license = {text = "MIT"}
Expand All @@ -37,6 +36,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"asgiref>=3.6",
"Django>=3.2",
]
[project.urls]
Expand Down

0 comments on commit c75348a

Please sign in to comment.