We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62eefb commit 189f3c9Copy full SHA for 189f3c9
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
26
"Framework :: Django :: 3.2",
27
"Framework :: Django :: 4.0",
28
"Framework :: Django :: 4.1",
29
+ "Framework :: Django :: 4.2",
30
]
31
packages = [
32
{ include = "pattern_library" },
@@ -44,9 +45,9 @@ exclude = [
44
45
46
[tool.poetry.dependencies]
47
python = "^3.7"
-Django = ">=3.2,<4.2"
48
+Django = ">=3.2,<5.0"
49
PyYAML = ">=5.1,<7.0"
-Markdown = "^3.1"
50
+Markdown = "^3.5.1"
51
52
[tool.poetry.dev-dependencies]
53
beautifulsoup4 = "^4.8"
@@ -71,4 +72,4 @@ profile = "black"
71
72
73
[build-system]
74
requires = ["poetry>=1.1.12"]
-build-backend = "poetry.masonry.api"
75
+build-backend = "poetry.core.masonry.api"
0 commit comments