First commit
This commit is contained in:
22
app.json
Normal file
22
app.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user