mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 06:46:14 +00:00
Remove dependency lock file uv.lock. This is a library. (#601)
## About We think using an `uv.lock` file is only applicable for applications, and otherwise gives wrong impressions and expectations. ## References - https://discuss.python.org/t/the-purpose-of-a-lock-file/38756 - https://github.com/orgs/python-poetry/discussions/7847
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
coverage.xml
|
coverage.xml
|
||||||
.coverage*
|
.coverage*
|
||||||
|
*.lock
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
tests/__pycache__
|
tests/__pycache__
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||||||
- CI validation for Python 3.14, 3.14 free-threaded, and PyPy 3.11
|
- CI validation for Python 3.14, 3.14 free-threaded, and PyPy 3.11
|
||||||
- Marimo notebook mounting docs and example
|
- Marimo notebook mounting docs and example
|
||||||
- Type annotations for `routes.py`
|
- Type annotations for `routes.py`
|
||||||
- `uv.lock` for reproducible installs
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user