blob: ae42d96d0b876132b13f2692b5ae84c5b1a39260 (
plain)
1
2
3
4
5
6
7
8
|
{
"name": "Heroku Periodical",
"description": "A skeleton app for creating single worker scheduled tasks in Python running on Heroku",
"website": "https://github.com/yuvadm/heroku-periodical",
"repository": "https://github.com/yuvadm/heroku-periodical",
"addons": ["redistogo:nano"]
}
|