Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
更新依赖
  • Loading branch information
Cvandia committed Jul 27, 2023
1 parent 7722053 commit 6ced526
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ version = "0.0.1"
description = "A spider for https://dimtown.com"
authors = ["divandia <106718176+Cvandia@users.noreply.github.com>"]
readme = "README.md"
packages = [{include = "dimtown_spider"}]
packages = [{ include = "dimtown_spider" }]

[tool.poetry.dependencies]
python = ">=3.10"
python = ">=3.9"
httpx = ">=0.23.0"
ujson = ">=5.4.0"
bs4 = "^3.2.2"



[build-system]
Expand Down

0 comments on commit 6ced526

Please sign in to comment.