Skip to content

Commit e98af11

Browse files
committed
Fixed dependencies in pyproject.toml
1 parent 94e323a commit e98af11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ classifiers = [
2727
]
2828

2929
dependencies = [
30-
"requests>=2.0.0",
31-
"readchar>=4.0.0"
30+
"requests>=2.0.0",
31+
"readchar>=4.0.0",
32+
"pytest>=7.0.0",
33+
"webcolors>=24.11.1",
3234
]
3335

3436
[project.optional-dependencies]

0 commit comments

Comments
 (0)