blob: a60032663c8105918ee9afd47bd37c97fb1bc089 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false
-e file:.
certifi==2024.8.30
# via python-telegram-bot
# via requests
cffi==1.17.1
# via cryptography
chardet==3.0.4
# via requests
cryptography==43.0.1
# via python-telegram-bot
future==1.0.0
# via python-telegram-bot
idna==2.8
# via requests
pycparser==2.22
# via cffi
python-telegram-bot==12.3.0
# via basealt-bot-frontend
requests==2.22.0
# via basealt-bot-frontend
tornado==6.4.1
# via python-telegram-bot
urllib3==1.25.8
# via requests
|