diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 22:41:14 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 23:03:08 -0800 |
commit | 3031aa414932b39f38a6456df2a6f55f0e72dfbe (patch) | |
tree | 8e315544526fde307f9546ab5bf2119617d0f8db /extra/dblp/Pipfile | |
parent | 5c08b407f679674912605d1cece72f916370fe7a (diff) | |
download | fatcat-3031aa414932b39f38a6456df2a6f55f0e72dfbe.tar.gz fatcat-3031aa414932b39f38a6456df2a6f55f0e72dfbe.zip |
dblp: polish HTML scrape/extract pipeline
Diffstat (limited to 'extra/dblp/Pipfile')
-rw-r--r-- | extra/dblp/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/dblp/Pipfile b/extra/dblp/Pipfile index b9ba84f6..a191e76f 100644 --- a/extra/dblp/Pipfile +++ b/extra/dblp/Pipfile @@ -4,6 +4,7 @@ verify_ssl = true name = "pypi" [packages] +selectolax = "*" [dev-packages] |