Skip to content

Commit

Permalink
Sync workflows across city-scraper repos
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Jan 31, 2024
1 parent 173e8a0 commit cc85f26
Show file tree
Hide file tree
Showing 2 changed files with 620 additions and 570 deletions.
8 changes: 5 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ name = "pypi"

[packages]
scrapy = "*"
scrapy-sentry = "*"
city-scrapers-core = {extras = ["azure"], version = "*"}
pypiwin32 = {version = "*", sys_platform = "== 'win32'"}
scrapy-sentry-errors = "1.0.0"
city-scrapers-core = {ref = "main", git = "https://github.com/City-Bureau/city-scrapers-core.git", extras = ["azure"]}
scrapy-wayback-middleware = "*"
python-dateutil = "*"

Expand All @@ -17,3 +16,6 @@ pytest = "*"
"flake8" = "*"
isort = "*"
black = "*"

[requires]
python_version = "3.9"
Loading

0 comments on commit cc85f26

Please sign in to comment.