Skip to content

Commit

Permalink
Update and sync pyproject and poetrylock (Skyvern-AI#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Mar 14, 2024
1 parent e4d9904 commit e339ea4
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ Skyvern-AI/skyvern-cloud:
dest: skyvern/
- source: streamlit_app/
dest: streamlit_app/
- source: pyproject.toml
dest: pyproject.toml
- source: poetry.lock
dest: poetry.lock
49 changes: 48 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ plotly = "^5.18.0"
clipboard = "^0.0.4"
curlify = "^2.2.1"
typer = "^0.9.0"
types-toml = "^0.10.8.7"
apscheduler = "^3.10.4"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit e339ea4

Please sign in to comment.