-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
39 lines (35 loc) · 1.01 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "blog"
version = "1.0.3"
description = "Hyperreals *R"
authors = ["chemacortes <devxtrem@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
pelican = "^4.7"
typogrify = "^2.0.7"
cssmin = "^0.2.0"
ghp-import2 = "^1.0.1"
pyscss = "^1.3.7"
Jinja2 = "^3.1.2"
mdx-include = "^1.4.1"
ply = "^3.11"
webassets = "^2.0"
slimit = {git = "https://github.com/rspivak/slimit.git", rev = "3533eba9ad5b39f3a015ae6269670022ab310847"}
[tool.poetry.dev-dependencies]
pylama = "^8.4.1"
black = "^23.3.0"
python-slugify = "^6.1.2"
invoke = "^1.5.0"
ipykernel = "^5.5"
pandas = "^1.2.2"
mypy = "^1.3.0"
bandit = "^1.7.5"
pytest = "^7.3.2"
livereload = "^2.6.3"
Markdown = "~3.3.7"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.poetry.scripts]
slimit_warning = "blog.scripts:remove_slimit_warning"
coconut_lexer = "blog.scripts:install_lexer_coconut"