-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert TELEGRAM_CHANNEL to int if possible * Update TELEGRAM_CHANNEL possible values in README and app.json * Change Spotify invalid token error message to be clearer * Add missing await for sending invalid Spotify token error message * Improve Spotify error message for invalid token * Close DeezLoader client after it's been used * Improve the instructions for getting Spotify refresh token in README * improve CHECK_TELEGRAM log * Added missing await in update_playlist * Bump Heroku runtime Python to 3.8.10 * Bump requirements Co-authored-by: allerter <[email protected]>
- Loading branch information
Showing
6 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
tekore>=3.7.0,<4.0.0 | ||
tekore>=3.7.1,<4.0.0 | ||
telethon>=1.21.1,<1.22.0 | ||
httpx[http2]>=0.17.1,<0.18.0 | ||
httpx[http2]>=0.18.1,<0.19.0 | ||
mutagen>=1.45.1,<1.46.0 | ||
sqlalchemy>=1.4.7,<1.5.0 | ||
sqlalchemy>=1.4.15,<1.5.0 | ||
pycryptodome>=3.10.1,<3.11.0 | ||
cryptg==0.2.post2 | ||
cryptg==0.2.post4 | ||
hachoir>=3.1.2,<3.2.0 | ||
fastapi>=0.63.0,<0.64.0 | ||
fastapi>=0.65.1,<0.66.0 | ||
uvicorn>=0.13.4,<0.14.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python-3.8.9 | ||
python-3.8.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters