-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding regex search util * Increasing integration test speed * Fix readme * Updating deps. Bumping version * Removing demo
- Loading branch information
Showing
9 changed files
with
155 additions
and
285 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
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,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "sneakpeek-py" | ||
packages = [{ include = "sneakpeek" }] | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
description = "Sneakpeek is a framework that helps to quickly and conviniently develop scrapers. It's the best choice for scrapers that have some specific complex scraping logic that needs to be run on a constant basis." | ||
authors = ["Dan Yazovsky <[email protected]>"] | ||
maintainers = ["Dan Yazovsky <[email protected]>"] | ||
|
@@ -44,7 +44,7 @@ yarl = "^1.9.1" | |
|
||
[tool.poetry.group.dev.dependencies] | ||
pytest = "^7.2.2" | ||
fakeredis = "^2.10.3" | ||
fakeredis = "2.11.0" | ||
black = "^23.3.0" | ||
pytest-lazy-fixture = "^0.6.3" | ||
pytest-asyncio = "^0.21.0" | ||
|
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
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
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