File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 29
29
- name : Install Poetry
30
30
uses : snok/install-poetry@v1
31
31
with :
32
- version : 1.1.14
33
32
virtualenvs-create : true
34
33
virtualenvs-in-project : true
35
34
- name : Install Basic Dependencies
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ mypy = "^0.971"
52
52
isort = " ^5.6.4"
53
53
doc8 = " ^0.11.0"
54
54
darglint = " ^1.5.7"
55
- pytest-cov = " ^3 .0.0"
55
+ pytest-cov = " ^4 .0.0"
56
56
pylint = " ^2.6.0"
57
57
sphinx-argparse = " ^0.3.0"
58
58
deepdiff = " ^5.2.3"
@@ -64,6 +64,10 @@ coverage = "^6.2"
64
64
beautifulsoup4 = " ^4.11.1"
65
65
pytest-django = " ^4.5.2"
66
66
django-test-migrations = " ^1.2.0"
67
+ importlib-metadata = [
68
+ { version = " <5.0" , markers = " python_version <= '3.7'" },
69
+ { version = " >=5.0" , markers = " python_version > '3.7'" },
70
+ ]
67
71
68
72
[build-system ]
69
73
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments