Skip to content

Commit b79f2da

Browse files
authored
Update pyproject.toml
1 parent 4ea69d0 commit b79f2da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ coverage = "^6.2"
6565
beautifulsoup4 = "^4.11.1"
6666
pytest-django = "^4.5.2"
6767
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+
]
6872

6973
[build-system]
7074
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)