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 4ea69d0 commit b79f2daCopy full SHA for b79f2da
pyproject.toml
@@ -65,6 +65,10 @@ coverage = "^6.2"
65
beautifulsoup4 = "^4.11.1"
66
pytest-django = "^4.5.2"
67
django-test-migrations = "^1.2.0"
68
+importlib-metadata = [
69
+ { version = "<5.0", markers = "python_version <= '3.7'" },
70
+ { version = ">=5.0", markers = "python_version > '3.7'" },
71
+]
72
73
[build-system]
74
requires = ["poetry-core>=1.0.0"]
0 commit comments