summaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-21 19:59:56 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-21 19:59:58 -0700
commitc82dbcaaa89d99cbe482eeb2d8ffbce28201fd14 (patch)
tree019481f865b283833bbbf9cddb97af9b9717b9bb /Pipfile
parent45deea74f80d1e8deed6076f2a93d711d16a3a83 (diff)
downloadgrobid_tei_xml-c82dbcaaa89d99cbe482eeb2d8ffbce28201fd14.tar.gz
grobid_tei_xml-c82dbcaaa89d99cbe482eeb2d8ffbce28201fd14.zip
add examples to README, and test those examples in CI
These tests don't run as part of 'make test' by default because they do live fetches against the internet.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index cf666f7..3fd334e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,9 +14,11 @@ flake8-annotations = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
+pytest-codeblocks = "*"
typing_extensions = "*"
yapf = "*"
isort = "*"
+requests = "*"
[requires]
python_version = "3.8"