Skip to content

Commit

Permalink
ci: move dependencies to correct subheading
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 27, 2023
1 parent 4eb6aae commit fea7ee1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ description = "Personal Mnemonic Medium"
classifiers = ["Programming Language :: Python :: 3.11"]
requires-python = ">=3.11"

[project.license]
file = "LICENSE"

[project.readme]
file = "README.md"
content-type = "text/markdown"

dependencies = [
"functionalpy==0.6.0",
"misaka==2.1.1",
Expand All @@ -27,6 +20,13 @@ dependencies = [
"sentry-sdk==1.32.0",
]

[project.license]
file = "LICENSE"

[project.readme]
file = "README.md"
content-type = "text/markdown"

[project.optional-dependencies]
dev = [
"cruft==2.15.0",
Expand Down

0 comments on commit fea7ee1

Please sign in to comment.