Skip to content

Commit

Permalink
Add moto standalone server mode to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hakbailey committed Oct 13, 2021
1 parent 933a993 commit bd47a90
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 132 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ flake8 = "*"
black = "==21.7b0"
isort = "*"
bandit = "*"
moto = {extras = ["s3", "sqs"], version = "*"}
moto = {extras = ["s3", "server", "sqs"], version = "*"}
pytest = "*"
coveralls = "*"
requests-mock = "*"
Expand Down
Loading

0 comments on commit bd47a90

Please sign in to comment.