Skip to content

Commit

Permalink
Merge 7ccd591 into 9996700
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Feb 19, 2021
2 parents 9996700 + 7ccd591 commit 9b79145
Show file tree
Hide file tree
Showing 22 changed files with 5,506 additions and 927 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ omit =
docs/*
analysis/*
venv/*
metakb/harvesters/base.py
15 changes: 11 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
ipykernel = "*"
jupyter = "*"
civicpy = "*"
pytest = "*"
pytest-cov = "*"
pandas = "*"
requests = "*"
numpy = "*"
Expand All @@ -17,3 +13,14 @@ requests-cache = "*"

[dev-packages]
metakb = {editable = true, path = "."}
mock = "*"
pytest = "*"
pre-commit = "*"
flake8 = "*"
flake8-docstrings = "*"
coverage = "*"
coveralls = "*"
pytest-cov = "*"
jupyterlab = "*"
jupyter = "*"
ipykernel = "*"

0 comments on commit 9b79145

Please sign in to comment.