Skip to content

Commit

Permalink
Merge pull request #36 from stuartmaxwell:updates
Browse files Browse the repository at this point in the history
Remove unnecessary dependency
  • Loading branch information
stuartmaxwell authored Oct 25, 2024
2 parents b359cf0 + e66de60 commit 7c1b505
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ description = "A blog application for Django sites, inspired by classic WordPres
readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "Stuart Maxwell", email = "[email protected]" }]
dependencies = ["django", "markdown", "pygments"]
dependencies = [
"django",
"markdown",
]
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
11 changes: 0 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c1b505

Please sign in to comment.