Skip to content

Commit

Permalink
ignore optional dependencies for now due to packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Apr 18, 2024
1 parent b96b995 commit 1f0e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dynamic = ["dependencies", "optional-dependencies"]
dynamic = ["dependencies"] # commented due to packaging issues: "optional-dependencies"

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
Expand Down

0 comments on commit 1f0e146

Please sign in to comment.