We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5300e23 commit f4771dfCopy full SHA for f4771df
pyproject.toml
@@ -18,6 +18,7 @@ classifiers = [
18
"Framework :: Django :: 3.0",
19
"Framework :: Django :: 3.1",
20
"Framework :: Django :: 3.2",
21
+ "Framework :: Django :: 4.0",
22
"Intended Audience :: Developers",
23
"License :: OSI Approved :: MIT License",
24
"Natural Language :: English",
@@ -26,6 +27,7 @@ classifiers = [
26
27
"Programming Language :: Python :: 3.7",
28
"Programming Language :: Python :: 3.8",
29
"Programming Language :: Python :: 3.9",
30
+ "Programming Language :: Python :: 3.10",
31
"Topic :: Internet :: WWW/HTTP",
32
"Topic :: Internet :: WWW/HTTP :: Site Management",
33
"Topic :: Software Development :: Libraries",
@@ -71,6 +73,7 @@ safety = "^1.10.3"
71
73
readme-renderer = "^32.0"
72
74
pygount = "^1.2.4"
75
types-PyYAML = "^6.0"
76
+coverage = "^6.2"
77
78
[build-system]
79
requires = ["poetry-core>=1.0.0"]
0 commit comments