Skip to content

Commit

Permalink
Downgrade tgbot api version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmh authored Feb 15, 2024
1 parent 2b4f238 commit 5de1822
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ aiosqlite = "*"
asyncpg = "*"
beautifulsoup4 = "*"
lxml = "*"
Pillow = "*"
loguru = "*"
wand = "*"
aiomysql = "*"
uvicorn = "*"
httpx = {extras = ["http2"], version = "*"}
python-telegram-bot = {version = ">=20", extras = ["all"]}
tortoise-orm = {extras = ["accel"], version = "*"}
pillow = "*"
python-telegram-bot = {extras = ["all"], version = "==20.7"}
telegraph = {extras = ["aio"], version = "*"}
uvicorn = "*"
tortoise-orm = {extras = ["accel"], version = "*"}

[dev-packages]
black = "*"
Expand Down
41 changes: 21 additions & 20 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ httpx[http2]
loguru
lxml
pillow
python-telegram-bot[all] >= 20
python-telegram-bot[all] == 20.7
telegraph[aio]
tortoise-orm[accel]

0 comments on commit 5de1822

Please sign in to comment.