Skip to content

Commit

Permalink
Switch to PyPI hosted legistar dependency (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored Mar 23, 2022
1 parent 4e7fafe commit b0fa8a1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"

Expand Down
17 changes: 9 additions & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ bs4
click
click-option-group
feedparser
https://github.com/opencivicdata/python-legistar-scraper/archive/03c160facc64c9297cb1c5a1663d07fd1781c65c.zip
requests
scraper-legistar
demjson3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b0fa8a1

Please sign in to comment.