This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.lock
72 lines (65 loc) · 1.62 KB
/
pyproject.lock
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[[package]]
name = "plumbum"
version = "1.8.1"
description = "Plumbum: shell combinators library"
category = "main"
optional = false
python-versions = ">=3.6"
platform = "*"
[package.dependencies]
pywin32 = "*"
[[package]]
name = "pyfzf"
version = "0.2.2"
description = "Python wrapper for junegunn's fuzzyfinder (fzf)"
category = "main"
optional = false
python-versions = "*"
platform = "*"
[package.dependencies]
plumbum = "*"
[[package]]
name = "pyperclip"
version = "1.8.2"
description = "A cross-platform clipboard module for Python. (Only handles plain text for now.)"
category = "main"
optional = false
python-versions = "*"
platform = "*"
[[package]]
name = "python-telegram"
version = "0.17.0"
description = "Python library to help you build your own Telegram clients"
category = "main"
optional = false
python-versions = "*"
platform = "*"
[package.dependencies]
telegram-text = ">= 0.1.0.0, < 0.2.0.0"
[[package]]
name = "pywin32"
version = "305"
description = "Python for Window Extensions"
category = "main"
optional = false
python-versions = "*"
platform = "*"
[[package]]
name = "telegram-text"
version = "0.1.1"
description = "Python markup module for Telegram messenger. This module provides a rich list of components to build any possible markup fast and render it to specific html or MarkdownV2 formats."
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
platform = "*"
[metadata]
python-versions = "^3.10"
platform = "*"
content-hash = "29b66c3ecc4f017d0a57b01810cbde4e0e909a1da9757b19ebfdd02b8729063f"
[metadata.hashes]
plumbum = []
pyfzf = []
pyperclip = []
python-telegram = []
pywin32 = []
telegram-text = []