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

Export from pyproject.toml doesn't include "extras" #1767

Closed
1 task done
wgordon17 opened this issue Mar 13, 2023 · 1 comment · Fixed by j178/pdm#1
Closed
1 task done

Export from pyproject.toml doesn't include "extras" #1767

wgordon17 opened this issue Mar 13, 2023 · 1 comment · Fixed by j178/pdm#1
Labels
🐛 bug Something isn't working

Comments

@wgordon17
Copy link

wgordon17 commented Mar 13, 2023

  • I have searched the issue tracker and believe that this is not a duplicate.

Steps to reproduce

$ pdm init --non-interactive
$ pdm add dynaconf[vault]
$ pdm export --without-hashes --pyproject -v

Actual behavior

dynaconf>=3.1.12

Expected behavior

dynaconf[vault]>=3.1.12

Environment Information

PDM version:
  2.4.8
Python Interpreter:
  /Users/wgordon/test-project/.venv/bin/python (3.11)
Project Root:
  /Users/wgordon/test-project
Project Packages:
  None
{
  "implementation_name": "cpython",
  "implementation_version": "3.11.2",
  "os_name": "posix",
  "platform_machine": "arm64",
  "platform_release": "22.3.0",
  "platform_system": "Darwin",
  "platform_version": "Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6000",
  "python_full_version": "3.11.2",
  "platform_python_implementation": "CPython",
  "python_version": "3.11",
  "sys_platform": "darwin"
}
@wgordon17 wgordon17 added the 🐛 bug Something isn't working label Mar 13, 2023
@wgordon17
Copy link
Author

Brilliantly quick, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant