Skip to content

Commit

Permalink
πŸ› fixed dependencies not properly specified
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 4, 2024
1 parent 18685d1 commit bc6065d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ classifiers = [
'Topic :: Text Processing :: Markup :: HTML',
]
dependencies = [
'numpy',
]

[project.optional-dependencies]
test = [
'markdown',
'yamlns>=0.11', # supports assertNsContains
'beautifulsoup4',
Expand All @@ -54,9 +49,6 @@ test = [
'pytest',
'pytest-cov',
]
examples = [
'PyAudio',
]

[project.urls]
Homepage = "https://vokimon.github.io/markdown-customblocks"
Expand Down

0 comments on commit bc6065d

Please sign in to comment.