Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poetry não funciona no Windows #1

Open
iuriguilherme opened this issue Nov 18, 2020 · 0 comments
Open

Poetry não funciona no Windows #1

iuriguilherme opened this issue Nov 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@iuriguilherme
Copy link
Member

Eu não consigo rodar poetry add fastapi[all] sem esbarrar no problema do ujson com o Windows.

No pipenv eu consigo definir no Pipfile o seguinte:

[packages]
fastapi = {extras = ["all"], version = "*"}
ujson = {version = "*",sys_platform = "!= 'win32'"}

E o pipenv consegue instalar fastapi[all] sem instalar ujson no Windows / Cygwin / etc.

No poetry eu não conheço e não consegui achar uma configuração similar para o pyproject.toml.

@iuriguilherme iuriguilherme added the enhancement New feature or request label Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant