-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Since eggs are deprecated https://setuptools.pypa.io/en/latest/deprecated/commands.html#bdist-egg-create-a-python-egg-for-the-project it makes sense to add support for wheels.
Proposed config file:
stacks:
default: "scrapy:2.8"
projects:
dev:
id: 123
requirements:
file: requirements.txt
wheels:
- ../path/to/some-0.1.0-py3-none-any.whl
- other.whl
prod: 456
requirements:
file: requirements.txt
wheels:
- /absolute/path/to/some.whlGallaecio
Metadata
Metadata
Assignees
Labels
No labels