Files
mussea-signer/app.json
Pablo Ferreiro 846554395d First commit
2022-03-06 19:19:54 +01:00

23 lines
538 B
JSON

{
"name": "SignTok",
"description": "Sign TikTok requests",
"keywords": [
"tiktok",
"api",
"python"
],
"website": "https://github.com/pablouser1/SignTok",
"repository": "https://github.com/pablouser1/SignTok",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
},
{
"url": "https://github.com/heroku/heroku-buildpack-chromedriver"
},
{
"url": "heroku/python"
}
]
}