-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Twisted >= 23.8.0 as unsupported (#10)
- Loading branch information
1 parent
023d725
commit b9232b0
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "AyugeSpiderTools" | ||
version = "3.4.0" | ||
version = "3.4.1" | ||
description = "scrapy 扩展库:用于扩展 Scrapy 功能来解放双手。" | ||
authors = ["ayuge <[email protected]>"] | ||
maintainers = ["ayuge <[email protected]>"] | ||
|
@@ -20,7 +20,7 @@ loguru = "~0.7.0" | |
numpy = "~1.24.3" | ||
requests = "^2.28.1" | ||
Pillow = "^9.2.0" | ||
Scrapy = "2.10.0" | ||
Scrapy = "2.10.1" | ||
pandas = "^1.5.0" | ||
retrying = "^1.3.3" | ||
SQLAlchemy = "^1.4.41" | ||
|