summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: b0fa730f685741a6d051f5c172e3b5fc05fe72e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "navanchauhan.github.io"
version = "0.1.0"
description = ""
authors = ["navanchauhan <navanchauhan@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.9"
Jinja2 = "^3.1.3"
markdown2 = "^2.4.10"
Pygments = "^2.16.1"
"Mastodon.py" = "^1.8.0"
Pillow = "10.0.1"
requests = "^2.31.0"
certifi = "^2023.7.22"
urllib3 = "^2.0.7"

[tool.poetry.dev-dependencies]

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