-
-
Notifications
You must be signed in to change notification settings - Fork 448
Closed
Description
- Requirement specification
- Multiple requirements
- Exclude requirements
git
,svn
,hg
,bzr
keys
pdm add
- Single requirement.
- Multiple requirements in quotes:
pdm add "requests>=2.20.0; os_name=='nt'" "-e https://github.com/pallets/click.git@master#egg=click"
.
- Dependency reader
- Wheel file: read from metadata
- Local dir: read from project files
setup.py
,setup.cfg
pyproject.toml
- cached
Metadata
Metadata
Assignees
Labels
No labels