Nextdoor / ndscheduler

A flexible python library for building your own cron-like system, with REST APIs and a Web UI.
BSD 2-Clause "Simplified" License
1.08k stars 202 forks source link

Fix installation #81

Open matrixx567 opened 4 years ago

matrixx567 commented 4 years ago

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.