aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-06-20 13:25:07 +0200
committerneodarz <neodarz@neodarz.net>2020-06-26 21:01:01 +0200
commit3d48f4b17362d5141f04dc78d4aef55d84c02630 (patch)
tree93fedfbbae77da91ae73c109829f069c96c613f3 /pyproject.toml
downloadwebsite-3d48f4b17362d5141f04dc78d4aef55d84c02630.tar.xz
website-3d48f4b17362d5141f04dc78d4aef55d84c02630.zip
Initial commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..211bf23
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,16 @@
+[tool.poetry]
+name = "ablog_website"
+version = "0.1.0"
+description = ""
+authors = ["neodarz <neodarz@neodarz.net>"]
+
+[tool.poetry.dependencies]
+python = "^3.8"
+ablog = "^0.10.6"
+sphinx-intl = "^2.0.1"
+
+[tool.poetry.dev-dependencies]
+
+[build-system]
+requires = ["poetry>=0.12"]
+build-backend = "poetry.masonry.api"