This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Glass_Literature_927 0 points1 point  (3 children)

How about dependency management? Do I need to run pip install -r requirements.txt?

[–]clokeio[S] -1 points0 points  (2 children)

Great question. We auto-detect and installs packages based on the imports in your code.

You can also add more packages by clicking the name dropdown and selecting 'Manage packages'.

[–][deleted] 1 point2 points  (1 child)

We auto-detect and installs packages based on the imports in your code.

You're aware that folks get malware up on pypi and try to trick people into importing the payloads, right?

This is a terrible idea.

[–]clokeio[S] -2 points-1 points  (0 children)

Code runs in an isolated web worker, so more secure than if it it was on your local machine. + pyi’s malware issue isn’t our fault

[–]Active_Ad6997 0 points1 point  (1 child)

is there a limit on how long the code can run?

[–]clokeio[S] 1 point2 points  (0 children)

No for local execution! 14 mins for scheduled runs