poetry.lock (view raw)
1# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
2
3[[package]]
4name = "anyio"
5version = "4.3.0"
6description = "High level compatibility layer for multiple asynchronous event loop implementations"
7optional = false
8python-versions = ">=3.8"
9files = [
10 {file = "anyio-4.3.0-py3-none-any.whl", hash = "sha256:048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8"},
11 {file = "anyio-4.3.0.tar.gz", hash = "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6"},
12]
13
14[package.dependencies]
15idna = ">=2.8"
16sniffio = ">=1.1"
17
18[package.extras]
19doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"]
20test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"]
21trio = ["trio (>=0.23)"]
22
23[[package]]
24name = "certifi"
25version = "2024.2.2"
26description = "Python package for providing Mozilla's CA Bundle."
27optional = false
28python-versions = ">=3.6"
29files = [
30 {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"},
31 {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"},
32]
33
34[[package]]
35name = "h11"
36version = "0.14.0"
37description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
38optional = false
39python-versions = ">=3.7"
40files = [
41 {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
42 {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
43]
44
45[[package]]
46name = "httpcore"
47version = "1.0.5"
48description = "A minimal low-level HTTP client."
49optional = false
50python-versions = ">=3.8"
51files = [
52 {file = "httpcore-1.0.5-py3-none-any.whl", hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5"},
53 {file = "httpcore-1.0.5.tar.gz", hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61"},
54]
55
56[package.dependencies]
57certifi = "*"
58h11 = ">=0.13,<0.15"
59
60[package.extras]
61asyncio = ["anyio (>=4.0,<5.0)"]
62http2 = ["h2 (>=3,<5)"]
63socks = ["socksio (==1.*)"]
64trio = ["trio (>=0.22.0,<0.26.0)"]
65
66[[package]]
67name = "httpx"
68version = "0.27.0"
69description = "The next generation HTTP client."
70optional = false
71python-versions = ">=3.8"
72files = [
73 {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
74 {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
75]
76
77[package.dependencies]
78anyio = "*"
79certifi = "*"
80httpcore = "==1.*"
81idna = "*"
82sniffio = "*"
83
84[package.extras]
85brotli = ["brotli", "brotlicffi"]
86cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"]
87http2 = ["h2 (>=3,<5)"]
88socks = ["socksio (==1.*)"]
89
90[[package]]
91name = "idna"
92version = "3.7"
93description = "Internationalized Domain Names in Applications (IDNA)"
94optional = false
95python-versions = ">=3.5"
96files = [
97 {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"},
98 {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"},
99]
100
101[[package]]
102name = "pypandoc"
103version = "1.13"
104description = "Thin wrapper for pandoc."
105optional = false
106python-versions = ">=3.6"
107files = [
108 {file = "pypandoc-1.13-py3-none-any.whl", hash = "sha256:4c7d71bf2f1ed122aac287113b5c4d537a33bbc3c1df5aed11a7d4a7ac074681"},
109 {file = "pypandoc-1.13.tar.gz", hash = "sha256:31652073c7960c2b03570bd1e94f602ca9bc3e70099df5ead4cea98ff5151c1e"},
110]
111
112[[package]]
113name = "python-dotenv"
114version = "1.0.1"
115description = "Read key-value pairs from a .env file and set them as environment variables"
116optional = false
117python-versions = ">=3.8"
118files = [
119 {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
120 {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
121]
122
123[package.extras]
124cli = ["click (>=5.0)"]
125
126[[package]]
127name = "python-telegram-bot"
128version = "21.2"
129description = "We have made you a wrapper you can't refuse"
130optional = false
131python-versions = ">=3.8"
132files = [
133 {file = "python-telegram-bot-21.2.tar.gz", hash = "sha256:2ebb462a98f502727d108c00bb50c513a68ddaf9545298c42f13996a9acf8354"},
134 {file = "python_telegram_bot-21.2-py3-none-any.whl", hash = "sha256:af0f45d61521126de98f5bdc8a75a9df8b93d0c35d18b018181ca7648a38b017"},
135]
136
137[package.dependencies]
138httpx = ">=0.27,<1.0"
139
140[package.extras]
141all = ["APScheduler (>=3.10.4,<3.11.0)", "aiolimiter (>=1.1.0,<1.2.0)", "cachetools (>=5.3.3,<5.4.0)", "cryptography (>=39.0.1)", "httpx[http2]", "httpx[socks]", "pytz (>=2018.6)", "tornado (>=6.4,<7.0)"]
142callback-data = ["cachetools (>=5.3.3,<5.4.0)"]
143ext = ["APScheduler (>=3.10.4,<3.11.0)", "aiolimiter (>=1.1.0,<1.2.0)", "cachetools (>=5.3.3,<5.4.0)", "pytz (>=2018.6)", "tornado (>=6.4,<7.0)"]
144http2 = ["httpx[http2]"]
145job-queue = ["APScheduler (>=3.10.4,<3.11.0)", "pytz (>=2018.6)"]
146passport = ["cryptography (>=39.0.1)"]
147rate-limiter = ["aiolimiter (>=1.1.0,<1.2.0)"]
148socks = ["httpx[socks]"]
149webhooks = ["tornado (>=6.4,<7.0)"]
150
151[[package]]
152name = "sniffio"
153version = "1.3.1"
154description = "Sniff out which async library your code is running under"
155optional = false
156python-versions = ">=3.7"
157files = [
158 {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
159 {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
160]
161
162[metadata]
163lock-version = "2.0"
164python-versions = "^3.12"
165content-hash = "ef0954feed816cd355771e2fe87995973fc35389cd3013545b81eeaa88212bad"