-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
pyproject.toml
28 lines (25 loc) · 885 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "www"
version = "0.0.0"
description = "Vincent Bernat's website"
authors = ["Vincent Bernat <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
Babel = "2.*"
Pillow = "*"
PyPDF2 = "3.*"
Pygments = "2.*"
fonttools = {version = "4.*", extras = ["woff", "lxml"]}
invoke = "*"
langcodes = {version = "3.*", extras = ["data"]}
lxml = "*"
pyquery = "2.*"
python-dateutil = ">=2.8"
hyde = {git = "https://github.com/vincentbernat/hyde", branch = "vbe/master"}
pygments-haproxy = {git = "https://github.com/vincentbernat/pygments-haproxy", rev = "master"}
pygments-ios = {git = "https://github.com/vincentbernat/pygments-ios", rev = "master"}
pygments-junos = {git = "https://github.com/vincentbernat/pygments-junos", rev = "master"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"