Closed lainisourgod closed 2 years ago
🤔 Nice catch, could you please submit a PR with updated requirements?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
🐛 Bug Report
Hi!
Catalyst uses dependency
packaging
here but does not specify it directly in any of dependency files.When installing catalyst via poetry
poetry add catalyst
,packaging
dependency isn't installed. This bug is silent most of the times because some other packages asjupyter
installpackaging
, but in my env this bug there is none of these packages.How To Reproduce
Steps to reproduce the behavior:
mkdir test-proj && cd test-proj
pyproject.toml
withcatalyst
being the only dependency[tool.poetry.dependencies] python = "^3.7" catalyst = "^22.4"
[build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"
Expected behavior
Environment
Checklist
FAQ
Please review the FAQ before submitting an issue: