Skip to content

Commit

Permalink
Update dependencies, ~= for python version
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Dec 23, 2024
1 parent 8f7d70c commit 48b679b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 125 deletions.
2 changes: 1 addition & 1 deletion app/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from plain.urls import path
from plain.views import View, TemplateView
from plain.views import TemplateView, View


class ExampleTemplateView(TemplateView):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
requires-python = "~=3.12.0"
dependencies = [
"plain<1.0.0",
]
Expand Down
Loading

0 comments on commit 48b679b

Please sign in to comment.