Skip to content

Commit

Permalink
chore(cleanup): uv is not a runtime requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-zikmund committed Jan 2, 2025
1 parent e35bcb9 commit 02e41c0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@ urllib3==2.0.7
# responses
# types-requests
uv==0.5.8
# via
# -c requirements/main.txt
# -r requirements/dev.in
# via -r requirements/dev.in
vcrpy==6.0.1
# via pytest-vcr
virtualenv==20.25.1
Expand Down
3 changes: 0 additions & 3 deletions requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ boto3~=1.34
# GitHub AA Provider
cachetools~=5.3

# uv: fast pip replacement
uv

importlib-metadata; python_version < '3.13'
2 changes: 0 additions & 2 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ urllib3==2.0.7
# via
# botocore
# requests
uv==0.5.8
# via -r requirements/main.in
webargs==8.4.0
# via -r requirements/main.in
werkzeug==3.0.3
Expand Down

0 comments on commit 02e41c0

Please sign in to comment.