Closed trappitsch closed 8 months ago
Ah this was an oversight, I will add this feature as a new option. Thank you! I'm also open to contributions if you would like to make a PR 🙂
Sounds good, I will give this a try. Thanks for your fast answer! More coming soon - including hopefully a PR 🙂
Great project, thanks for the wonderful work! I tried creating a
PyApp
package for a project that requires additional dependencies. Withpip
, the installation would simply be:However, I don't seem to be able to figure out how I can pass the
[extra]
toPyApp
directly. Is it necessary in this case to create arequirements.txt
file and pass that viaPYAPP_PROJECT_DEPENDENCY_FILE
or can the extra deps be passed directly? Thanks!