Skip to content

Commit

Permalink
Only pull in the part of moto that we actually use
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Jan 29, 2024
1 parent 4455e71 commit 49faf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_version(version_file):
# 1.11.1 fixed this issue, but to ensure expected behavior we'll pin
# to never grab the regression version.
"coveralls != 1.11.0",
"moto",
"moto[ec2]",
"pre-commit",
"pytest-cov",
"pytest",
Expand Down

0 comments on commit 49faf2e

Please sign in to comment.