Skip to content

Commit

Permalink
Added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jnton authored Apr 7, 2024
1 parent 2fea1fc commit 7376b26
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
aiohttp==3.9.3
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
anyio==4.3.0
# via httpx
attrs==23.2.0
# via aiohttp
certifi==2024.2.2
# via
# httpcore
# httpx
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
h11==0.14.0
# via httpcore
httpcore==1.0.5
# via httpx
httpx==0.27.0
# via python-telegram-bot
idna==3.6
# via
# anyio
# httpx
# yarl
multidict==6.0.5
# via
# aiohttp
# yarl
python-telegram-bot==21.0.1
# via -r requirements.in
sniffio==1.3.1
# via
# anyio
# httpx
yarl==1.9.4
# via aiohttp

0 comments on commit 7376b26

Please sign in to comment.