Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jun 6, 2024
1 parent ac4bb38 commit 0d81a4a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ phonenumbers = "^8.13.27"
linkpreview = "^0.8.3"
segno = "^1.6.0"
python-magic = [
{ version = "0.4.27", markers="platform_system != 'Windows'"}
{ version = "0.4.27", markers = "platform_system != 'Windows'"}
]
python-magic-bin = [
{ version = '0.4.14', markers = "platform_system == 'Windows'" },
Expand All @@ -51,24 +51,13 @@ sphinx = "^7.3.7"
sphinx-rtd-theme = "^2.0.0"
myst-parser = "^2.0.0"
sphinx-autodoc-typehints = "^2.1.1"
furo = "^2024.5.6"


[[tool.poetry.source]]
name = "neonize"
url = "https://github.com/krypton-byte/neonize"
priority = "primary"


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






[tool.poetry.scripts]
docsbuild = "docs.build:build"
build = "goneonize.build:build"
Expand Down

0 comments on commit 0d81a4a

Please sign in to comment.