Skip to content

Commit

Permalink
Merge pull request #130 from stealthrocket/docopt-dep
Browse files Browse the repository at this point in the history
Promote docopt dependency
  • Loading branch information
chriso authored Mar 19, 2024
2 parents 126ed48 + b5880d8 commit fc1ba43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ dependencies = [
"grpc-stubs >= 1.53.0.5",
"http-message-signatures >= 0.4.4",
"tblib >= 3.0.0",
"docopt >= 0.6.2",
"types-docopt >= 0.6.11.4"
]

[project.optional-dependencies]
Expand All @@ -30,8 +32,6 @@ dev = [
"coverage >= 7.4.1",
"requests >= 2.31.0",
"types-requests >= 2.31.0.20240125",
"docopt >= 0.6.2",
"types-docopt >= 0.6.11.4",
"uvicorn >= 0.28.0"
]

Expand Down

0 comments on commit fc1ba43

Please sign in to comment.