I've added the requests package to the setup.py-dependencies because it was missed during a fresh installation file.
Then I've excluded the Python files from the simple_scheduler example from the installation to the site-packages directory. In my opinion example files shouln't be installed to the runtime environment.
splitted from Pull request #80
I've added the requests package to the setup.py-dependencies because it was missed during a fresh installation file.
Then I've excluded the Python files from the simple_scheduler example from the installation to the site-packages directory. In my opinion example files shouln't be installed to the runtime environment.