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

Bundle omits typing_extensions.py #46

Open
grandpaslab opened this issue Feb 13, 2023 · 0 comments
Open

Bundle omits typing_extensions.py #46

grandpaslab opened this issue Feb 13, 2023 · 0 comments

Comments

@grandpaslab
Copy link

grandpaslab commented Feb 13, 2023

I have a project where typing-extensions is a second-level dependency of multiple modules. Poetry correctly installs the module in the dev virtualenv, but when I run 'poetry bundle venv', the resulting virtualenv does not have typing_extensions.py installed.

Edit: I'm using a pyenv-managed install of python 3.7.16

pyproject.toml:

[tool.poetry]
name = "siq"
version = "0.1.0"
description = ""
authors = ["grandpa grandpa@grandpaslab.com"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7"
gql = "3.0.0a6"
requests = "^2.28.2"
iso8601 = "^1.1.0"
python-dateutil = "2.8.2"
aiohttp = "^3.8.3"
cx-oracle = "^8.3.0"

[tool.poetry.group.dev.dependencies]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant