-
Looking at the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @aodj-kara, Considering the The latter does throw a warning at the moment, because |
Beta Was this translation helpful? Give feedback.
-
Ah my mistake! Thanks for the explanation though ❤️ |
Beta Was this translation helpful? Give feedback.
Hi @aodj-kara,
pip install moto[service]
only install any additional dependencies for that service. It will always install the entire Moto-package.Considering the
scheduler
does not have any additional dependencies,pip install moto
would be equivalent topip install moto[scheduler]
.The latter does throw a warning at the moment, because
scheduler
is not defined insetup.cfg
- I'll make a note to still add it to the list to make sure the warning does not appear.