Skip to content

Commit

Permalink
Merge 4fbc936 into 88bf465
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Jun 15, 2024
2 parents 88bf465 + 4fbc936 commit 90ae531
Show file tree
Hide file tree
Showing 7 changed files with 1,988 additions and 694 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ A VS Code extension for checking the latest version of each dependency.

## Supported Formats

### Python
- [Python](#python)
- [Ruby](#ruby)
- [GitHub Actions](#github-actions)

- `requirements.txt`
- `pyproject.toml`:
### Python

| Format | Private Source |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| `requirements.txt` | `--index-url` is supported |
| `pyproject.toml` ([Poetry](https://python-poetry.org/) and pip's [pyproject.toml](https://packaging.python.org/en/latest/specifications/pyproject-toml/)) | Poetry's `tool.poetry.source` is supported. |

## Known Limitations
#### Known Limitations

pip's `pyproject.toml` should have line-break-separated `dependencies` and `optional-dependencies`.

Expand All @@ -42,7 +43,7 @@ dependencies = ["httpx", "django>2.1"]
| `Gemfile` | `source` is supported |
| `*.gemspec` | |

## GitHub Actions
### GitHub Actions

| Format | Private Source |
| ------------------------- | -------------- |
Expand Down
Loading

0 comments on commit 90ae531

Please sign in to comment.