blob: 3628dd0ae3d2a653647c14ecbcfe222afba2aa40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "pyAggr3g470r",
"description": "A news aggregator with a web interface based on Flask. It can be deployed on Heroku or on a traditional server.",
"keywords": ["aggregator", "news", "RSS"],
"repository": "https://github.com/cedricbonhomme/pyAggr3g470r",
"logo": "https://raw.githubusercontent.com/cedricbonhomme/pyAggr3g470r/master/pyaggr3g470r/static/img/logo.png",
"scripts": {
"postdeploy": "python db_create.py"
},
"env": {
"HEROKU": "1",
"WEB_CONCURRENCY": {
"description": "The number of processes to run.",
"value": "1"
}
},
"addons": [
"heroku-postgresql:dev"
]
}
|