You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure out how to not make duplicates of the current Python code in the templates.
Motivation
User request on Discord.
Current situation
If users want to use Poetry for their Actor setup, they have to do the update manually. They can take a look at the Beautiful Soup Scraper for inspiration where Poetry is integrated.
Description
apify createprocess only provides aPipsetup by default.PipandPoetrysetups during the creation process.Proposed Changes
Dockerfile.requirements.txtand addpyproject.toml(and optionallypoetry.toml) instead of it.Open questions
Motivation
Current situation