Migrate Skyvern to uv from poetry (#3554)

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: stas <stas@skyvern.com>
This commit is contained in:
Stanislav Novosad
2025-09-30 15:19:12 -06:00
committed by GitHub
parent 878ef36a36
commit d61179e132
19 changed files with 17563 additions and 23282 deletions

View File

@@ -20,7 +20,7 @@ These instructions will get you a copy of the project up and running on your loc
Before you begin, ensure you have the following installed:
- [Python 3.11](https://www.python.org/downloads/)
- [Poetry](https://python-poetry.org/docs/#installation)
- [uv](https://docs.astral.sh/uv/getting-started/installation/)
### Installation
@@ -33,7 +33,7 @@ Before you begin, ensure you have the following installed:
2. **Install dependencies**
```sh
poetry install
uv sync
```
3. *Define the following environment variables*