Skip to content

Is it possible to install just the scheduler package? #7250

Closed Answered by bblommers
aodj-kara asked this question in Q&A
Discussion options

You must be logged in to vote

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 to pip install moto[scheduler].

The latter does throw a warning at the moment, because scheduler is not defined in setup.cfg - I'll make a note to still add it to the list to make sure the warning does not appear.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by aodj-kara
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment