Skip to content

Commit

Permalink
Merge branch 'batch-clean-up-depend' into batch-update-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed May 8, 2024
2 parents 28740c8 + 9747589 commit 7764a67
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 645 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 = "*"

[dev-packages]
Expand All @@ -16,3 +15,6 @@ pytest = "*"
"flake8" = "*"
isort = "*"
black = "*"

[requires]
python_version = "3.9"
Loading

0 comments on commit 7764a67

Please sign in to comment.