Skip to content

Commit

Permalink
Replace scrapy-sentry with scrapy-sentry-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Feb 6, 2024
1 parent 16e9d48 commit f535964
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 748 deletions.
5 changes: 4 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python-dateutil = "*"
pytz = "*"
requests = "*"
scrapy = "*"
scrapy-sentry = {ref = "v1", git = "https://github.com/City-Bureau/scrapy-sentry.git"}
scrapy-sentry-errors = "1.0.0"
scrapy-wayback-middleware = "*"
city-scrapers-core = {ref = "main", git = "https://github.com/City-Bureau/city-scrapers-core.git", extras = ["azure"]}
pdfminer-six = "*"
Expand All @@ -20,3 +20,6 @@ pytest = "*"
isort = "*"
black = "*"
pre-commit = "*"

[requires]
python_version = "3.9"
Loading

0 comments on commit f535964

Please sign in to comment.