Skip to content

Commit

Permalink
update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyhoyat authored Sep 21, 2023
1 parent 7d5bf46 commit b4e7385
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ name = "pypi"
[packages]
scrapy = "*"
scrapy-sentry = "*"
city-scrapers-core = "*"
city-scrapers-core = {ref = "main", git = "https://github.com/City-Bureau/city-scrapers-core.git", extras=["azure"]}
pypiwin32 = {version = "*", sys_platform = "== 'win32'"}
scrapy-wayback-middleware = "*"
python-dateutil = "*"
importlib-resources = "*"
pdfminer-six = "*"

[dev-packages]
freezegun = "*"
pytest = "*"
"flake8" = "*"
isort = "*"
black = "==20.8b1"
black = "==22.6"

0 comments on commit b4e7385

Please sign in to comment.