andreyfedoseev / django-static-precompiler

Django Static Precompiler provides template tags and filters to compile CoffeeScript, LiveScript, SASS / SCSS, LESS, Stylus, Babel and Handlebars. It works with both inline code and external files.
Other
222 stars 60 forks source link

Unable to install django-static-precompiler using poetry #123

Closed oliverandrich closed 3 years ago

oliverandrich commented 4 years ago

I opened an issue in the Poetry project, which was closed because of understandable reasons.

https://github.com/sdispater/poetry/issues/1551

Maybe you want to have a look at it. Somehow in the context of poetry, the package behaves like it is installed with python 2. And the hints for environment markers sounds reasonable to me.

andreyfedoseev commented 3 years ago

I updated setup.py to remove the dynamic dependencies, I hope this resolves the issue.