Skip to content

Commit

Permalink
Merge branch 'main' into adcrc
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Feb 6, 2024
2 parents 100ee25 + b79eaca commit ae8d3fe
Show file tree
Hide file tree
Showing 4 changed files with 1,144 additions and 5 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 @@ -21,3 +21,6 @@ pytest = "*"
isort = "*"
black = "*"
pre-commit = "*"

[requires]
python_version = "3.9"
Loading

0 comments on commit ae8d3fe

Please sign in to comment.