Skip to content

Commit

Permalink
Improve specificity for inhouse pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Dec 20, 2023
1 parent 653322e commit 501d934
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name = "pypi"

[packages]
scrapy = "*"
scrapy-sentry = "*"
city-scrapers-core = {extras = ["azure"],version = "*"}
scrapy-sentry = {ref = "v1", git = "https://github.com/City-Bureau/scrapy-sentry.git"}
city-scrapers-core = {ref = "main", git = "https://github.com/City-Bureau/city-scrapers-core.git", extras = ["azure"]}
python-dateutil = "*"
scrapy-wayback-middleware = "*"
pdfminer-six = "*"
Expand Down
19 changes: 8 additions & 11 deletions Pipfile.lock

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

0 comments on commit 501d934

Please sign in to comment.