Skip to content

Commit fc1ba43

Browse files
authored
Merge pull request #130 from stealthrocket/docopt-dep
Promote docopt dependency
2 parents 126ed48 + b5880d8 commit fc1ba43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ dependencies = [
1515
"grpc-stubs >= 1.53.0.5",
1616
"http-message-signatures >= 0.4.4",
1717
"tblib >= 3.0.0",
18+
"docopt >= 0.6.2",
19+
"types-docopt >= 0.6.11.4"
1820
]
1921

2022
[project.optional-dependencies]
@@ -30,8 +32,6 @@ dev = [
3032
"coverage >= 7.4.1",
3133
"requests >= 2.31.0",
3234
"types-requests >= 2.31.0.20240125",
33-
"docopt >= 0.6.2",
34-
"types-docopt >= 0.6.11.4",
3535
"uvicorn >= 0.28.0"
3636
]
3737

0 commit comments

Comments
 (0)