feat: Create distributable package and update dependencies #1142
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit introduces the following changes:
setup.py
andrequirements.txt
to reconcile dependencies and modifies thebrowser-use
package version to0.2.4
as per your request.setup.py
is configured to create a console scriptopenmanus
.A zip archive
openmanus_package.zip
has been generated in the workspace. This archive contains:openmanus-0.1.0-py3-none-any.whl
).requirements.txt
file for installing dependencies.README_INSTALL.md
file with instructions on how to set up a virtual environment, install dependencies, and run the application.To use the package:
openmanus_package.zip
file from the workspace/build artifacts.README_INSTALL.md
within the extracted folder.This addresses the issue of making the project executable and packaging it with its dependencies, adapting to environmental constraints by providing a comprehensive installation guide rather than a fully self-contained executable with all dependencies bundled directly.
Features
Feature Docs
Influence
Result
Other