Skip to content

Commit

Permalink
Add click into the project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan committed Apr 1, 2023
1 parent 4e45f81 commit ac7823d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ dynamic = ["version"]
[project.optional-dependencies]
orjson = [
"pydantic==1.10.7",
"orjson==3.8.9"
"orjson==3.8.9",
"click==8.1.3"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion scrapyio/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit ac7823d

Please sign in to comment.