Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
win845 authored Nov 19, 2024
1 parent b4fabd9 commit 571b53c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Demo of a python project packaged with uv

The repository demonstrates following uv features:
- use a dedicated python version per project
- isolate 3rd party packages per project
- cross platform deterministic locking
- sing semantic versioning policy and upgrade backwards compatible changes
Showcases how uv is used for:
- configuring a dedicated python version per project
- isolating 3rd party packages per project
- cross platform deterministic locking
- package upgrades within semver policy
- dependabot automatic dependency upgrades

NOTE: Dependabot currently does neither support uv.lock nor uv pip compile (See [dependabot-core#10478](https://github.com/dependabot/dependabot-core/issues/10478)).
Expand Down

0 comments on commit 571b53c

Please sign in to comment.