Skip to content

Commit

Permalink
Add poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Lyashevska committed Oct 17, 2023
1 parent 6ba7723 commit f58c738
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#
# and that you have your literate sources in `./lit`.
#
# Recursively initialize and update git submodules:
# git submodule update --init --recursive
#
# Make sure you have the following things installed:
#
# - Entangled (the daemon)
Expand Down
17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[tool.poetry]
name = "entangled-pages"
version = "0.1.0"
description = ""
authors = ["Olga Lyashevska <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11.0"
entangled-filters = "^0.8.3"
entangled-cli = "^2.0.0b6"


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

0 comments on commit f58c738

Please sign in to comment.