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

Dependencies with double quotes always re-install. #1019

Closed
rgacote opened this issue Apr 5, 2019 · 3 comments
Closed

Dependencies with double quotes always re-install. #1019

rgacote opened this issue Apr 5, 2019 · 3 comments

Comments

@rgacote
Copy link

rgacote commented Apr 5, 2019

  • [x ] I am on the latest Poetry version.
  • [x ] I have searched the issues of this repo and believe that this is not a duplicate.
  • [x ] If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • Mac OS X 10.14.4:
  • 0.12.11:

Issue

Run poetry add pyexcel.xlsx
Because it has a period (dot) in the name, the .toml file double quotes the dependency.
.toml file looks like:

[tool.poetry.dependencies]
python = "^2.7"
"pyexcel.xlsx" = "^0.5.7"

Every time you add another package, pyexcel.xlsx gets re-installed as well.

$ poetry add requests
Using version ^2.21 for requests

Updating dependencies
Resolving dependencies... (0.1s)


Package operations: 6 installs, 0 updates, 0 removals

Writing lock file

  - Installing certifi (2019.3.9)
  - Installing chardet (3.0.4)
  - Installing idna (2.8)
  - Installing urllib3 (1.24.1)
  - Installing pyexcel.xlsx (0.5.7)
  - Installing requests (2.21.0)

pyexcel.xslx should not reinstall itself for every new package added to the project.

@stale
Copy link

stale bot commented Nov 13, 2019

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.

@stale stale bot added the stale label Nov 13, 2019
@stale
Copy link

stale bot commented Nov 20, 2019

Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one.

@stale stale bot closed this as completed Nov 20, 2019
Copy link

github-actions bot commented Mar 3, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant