SarahAsad23 opened a new issue, #4314: URL: https://github.com/apache/texera/issues/4314
### Task Summary In the current Python Virtual Environment implementation, users must manually enter package names and their corresponding versions, which can be time-consuming—especially when working with a large number of dependencies. This task will enable users to provide dependencies by either pasting the contents of a requirements.txt file into a text box or uploading the .txt file directly. The system will parse the file and call the existing backend installation function to install the listed packages. ### Priority P2 – Medium ### Task Type - [x] Code Implementation - [ ] Documentation - [x] Refactor / Cleanup - [ ] Testing / QA - [ ] DevOps / Deployment -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
