Skip to content

Commit

Permalink
use poetry for dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
LifeAdventurer committed Aug 20, 2024
1 parent b4f3958 commit c3d8104
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.poetry]
name = "wiki"
version = "0.1.0"
description = ""
authors = ["lifeadventurer <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"


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

0 comments on commit c3d8104

Please sign in to comment.