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 2929 - name : Install Poetry
3030 uses : snok/install-poetry@v1
3131 with :
32- version : 1.1.14
3332 virtualenvs-create : true
3433 virtualenvs-in-project : true
3534 - name : Install Basic Dependencies
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ mypy = "^0.971"
5252isort = " ^5.6.4"
5353doc8 = " ^0.11.0"
5454darglint = " ^1.5.7"
55- pytest-cov = " ^3 .0.0"
55+ pytest-cov = " ^4 .0.0"
5656pylint = " ^2.6.0"
5757sphinx-argparse = " ^0.3.0"
5858deepdiff = " ^5.2.3"
@@ -64,6 +64,10 @@ coverage = "^6.2"
6464beautifulsoup4 = " ^4.11.1"
6565pytest-django = " ^4.5.2"
6666django-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+ ]
6771
6872[build-system ]
6973requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments