Skip to content

Commit 0cdcbd9

Browse files
committed
build(deps): remove codecov
1 parent 597a957 commit 0cdcbd9

File tree

3 files changed

+5
-58
lines changed

3 files changed

+5
-58
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ black = "==21.12b0"
99
pylint = "==3.0.0a4"
1010
pytest = "==6.2.5"
1111
pytest-cov = "==3.0.0"
12-
codecov = "==2.1.12"
1312

1413
[packages]
1514
numpy = "==1.21.4"

Pipfile.lock

Lines changed: 4 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
astroid==2.6.6; python_version ~= '3.6'
1414
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1515
black==21.12b0
16-
certifi==2021.10.8
17-
charset-normalizer==2.0.10; python_version >= '3'
1816
click==8.0.3; python_version >= '3.6'
19-
codecov==2.1.12
20-
coverage==6.3; python_version >= '3.7'
21-
idna==3.3; python_version >= '3'
17+
coverage[toml]==6.3; python_version >= '3.7'
2218
iniconfig==1.1.1
2319
isort==5.10.1
2420
lazy-object-proxy==1.7.1; python_version >= '3.6'
@@ -34,11 +30,9 @@ pylint==3.0.0a4
3430
pyparsing==3.0.7; python_version >= '3.6'
3531
pytest-cov==3.0.0
3632
pytest==6.2.5
37-
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
3833
setuptools==60.5.0; python_version >= '3.7'
3934
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
4035
tomli==1.2.3; python_version >= '3.6'
4136
torch==1.10.1
4237
typing-extensions==4.0.1; python_version >= '3.6'
43-
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
4438
wrapt==1.12.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

0 commit comments

Comments
 (0)