summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 8ba388aa40ce43055fb41b58f0cc72f9f39fdc93 (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
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
[tool.poetry]
name = "girok"
version = "0.1.15"
description = "Deadline options for chdate command. --yes option for done command"
authors = ["Jason Lee <changjin9792@gmail.com>"]
readme = "README.md"

[tool.poetry.scripts]
girok = "girok.girok:app"

[tool.poetry.dependencies]
python = "^3.9"
aiohttp="3.8.4"
aiosignal="1.3.1"
async-timeout="4.0.2"
attrs="22.2.0"
certifi="2022.12.7"
charset-normalizer="3.0.1"
click="8.1.3"
colorama="0.4.6"
commonmark="0.9.1"
frozenlist="1.3.3"
ghp-import="2.1.0"
greenlet="2.0.2"
idna="3.4"
importlib-metadata="4.13.0"
Jinja2="3.1.2"
linkify-it-py="2.0.0"
Markdown="3.3.7"
markdown-it-py="2.2.0"
MarkupSafe="2.1.2"
mdit-py-plugins="0.3.5"
mdurl="0.1.2"
mergedeep="1.3.4"
mkdocs="1.4.2"
mkdocs-exclude="1.0.2"
msgpack="1.0.5"
multidict="6.0.4"
numpy="1.24.2"
packaging="23.0"
pydantic="1.10.7"
pyfiglet="0.8.post1"
Pygments="2.14.0"
python-dateutil="2.8.2"
python-dotenv="1.0.0"
PyYAML="6.0"
pyyaml_env_tag="0.1"
requests="2.28.2"
rich="13.3.2"
shellingham="1.5.0.post1"
six="1.16.0"
SQLAlchemy="1.4.43"
SQLAlchemy-ImageAttach="1.1.0"
textual="0.14.0"
typer="0.7.0"
typing_extensions="4.5.0"
uc-micro-py="1.0.1"
urllib3="1.26.14"
Wand="0.6.11"
watchdog="2.3.1"
yarl="1.8.2"
zipp="3.15.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"