From b0fa8a19d2386174e206dee99f76945807f0b7e5 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Wed, 23 Mar 2022 10:40:55 -0700 Subject: [PATCH] Switch to PyPI hosted legistar dependency (#138) --- Pipfile | 2 +- Pipfile.lock | 17 +++++++++-------- requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Pipfile b/Pipfile index 0414c924..8aa3117b 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ bs4 = "*" click = "*" click-option-group = "*" feedparser = "*" -legistar = {file = "https://github.com/opencivicdata/python-legistar-scraper/archive/03c160facc64c9297cb1c5a1663d07fd1781c65c.zip"} +scraper-legistar = "*" requests = "*" demjson3 = "*" diff --git a/Pipfile.lock b/Pipfile.lock index e600d3c4..61f48ef4 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d9d2e9fd631d248be6a3051595e43bca23ae80125dd0f986293b708774f3747f" + "sha256": "9725da754762ebb594fa1bb77c1b26d00b67dfcc374f0f667202d786ce1d311b" }, "pipfile-spec": 6, "requires": { @@ -107,13 +107,6 @@ "markers": "python_version < '3.8'", "version": "==4.11.3" }, - "legistar": { - "file": "https://github.com/opencivicdata/python-legistar-scraper/archive/03c160facc64c9297cb1c5a1663d07fd1781c65c.zip", - "hashes": [ - "sha256:3c3136d8bd0e279992aec597d23d9ce44442120079a3310a5203979d8b55e842" - ], - "version": "==0.0.1" - }, "lxml": { "hashes": [ "sha256:078306d19a33920004addeb5f4630781aaeabb6a8d01398045fcde085091a169", @@ -212,6 +205,14 @@ "markers": "python_version >= '3.7' and python_version < '4'", "version": "==2.0.6" }, + "scraper-legistar": { + "hashes": [ + "sha256:67ad847cb6a9dc5f8569c6040f79bfccb3b7fdd98e71c6fe6532ffcf3591c075", + "sha256:998952073b7057c96af0b4563085ba5b2f453b00d584d5670623a92fb1a54e80" + ], + "index": "pypi", + "version": "==0.0.1" + }, "sgmllib3k": { "hashes": [ "sha256:7868fb1c8bfa764c1ac563d3cf369c381d1325d36124933a726f29fcdaa812e9" diff --git a/requirements.txt b/requirements.txt index 3f300fb0..58fe4075 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ bs4 click click-option-group feedparser -https://github.com/opencivicdata/python-legistar-scraper/archive/03c160facc64c9297cb1c5a1663d07fd1781c65c.zip requests +scraper-legistar demjson3 diff --git a/setup.py b/setup.py index f5e49c46..98c77128 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def local_version(version): "click-option-group", "feedparser", "requests", - "legistar @ https://github.com/opencivicdata/python-legistar-scraper/zipball/master", + "scraper-legistar", ] test_requirements = [