Skip to content

Commit

Permalink
chore: Fix deps and version config
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 28, 2022
1 parent b733914 commit f5b0b28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ Funding = "https://github.com/sponsors/pawamoy"
[project.entry-points."mkdocs.plugins"]
markdown-exec = "markdown_exec.mkdocs_plugin:MarkdownExecPlugin"

[tool.pdm.build]
[tool.pdm]
version = {source = "scm"}

[tool.pdm.build]
package-dir = "src"
editable-backend = "editables"

Expand All @@ -66,7 +68,7 @@ docs = [
"diagrams>=0.21.1",
"rich>=12.3.0",
"matplotlib>=3.5.2",
"textual @ git+https://github.com/Textualize/textual@css",
"textual[dev] @ git+https://github.com/Textualize/textual@css",
"pytermgui>=6.3; python_version >= '3.8'",
"aiohttp>=3.8.1", # remove once textual depends on it
]
Expand Down

0 comments on commit f5b0b28

Please sign in to comment.