Skip to content

Commit 48b679b

Browse files
committed
Update dependencies, ~= for python version
1 parent 8f7d70c commit 48b679b

File tree

3 files changed

+31
-125
lines changed

3 files changed

+31
-125
lines changed

app/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from plain.urls import path
2-
from plain.views import View, TemplateView
2+
from plain.views import TemplateView, View
33

44

55
class ExampleTemplateView(TemplateView):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "app"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.11"
6+
requires-python = "~=3.12.0"
77
dependencies = [
88
"plain<1.0.0",
99
]

0 commit comments

Comments
 (0)