diff --git a/pyproject.toml b/pyproject.toml index 35bb83e..0a73c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,6 @@ classifiers = [ 'Topic :: Text Processing :: Markup :: HTML', ] dependencies = [ - 'numpy', -] - -[project.optional-dependencies] -test = [ 'markdown', 'yamlns>=0.11', # supports assertNsContains 'beautifulsoup4', @@ -54,9 +49,6 @@ test = [ 'pytest', 'pytest-cov', ] -examples = [ - 'PyAudio', -] [project.urls] Homepage = "https://vokimon.github.io/markdown-customblocks"