Switch to using uv instead of pip-tools
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Benjamin Bach 2024-08-02 23:52:09 +02:00
parent 865bc6c7bd
commit 8fca53dfe9
No known key found for this signature in database
GPG key ID: 486F0D69C845416E
3 changed files with 14 additions and 11 deletions

View file

@ -34,9 +34,11 @@ requires = ["hatch-pip-compile"]
[tool.hatch.envs.default]
type = "pip-compile"
pip-compile-resolver = "uv"
[tool.hatch.envs.dev]
type = "pip-compile"
pip-compile-resolver = "uv"
dependencies = [
"coverage[toml]==7.3.0",
"pytest==7.2.2",

View file

@ -46,7 +46,7 @@ django-allauth==0.63.6
# via hatch.envs.default
django-cache-url==3.4.5
# via environs
django-money==3.5.2
django-money==3.5.3
# via hatch.envs.default
django-oauth-toolkit==2.4.0
# via hatch.envs.default
@ -84,6 +84,8 @@ pytz==2024.1
# via django-oauth-toolkit
requests==2.32.3
# via django-oauth-toolkit
setuptools==72.1.0
# via django-money
sqlparse==0.5.1
# via django
typing-extensions==4.12.2
@ -94,10 +96,7 @@ typing-extensions==4.12.2
# py-moneyed
urllib3==2.2.2
# via requests
uvicorn==0.30.3
uvicorn==0.30.5
# via hatch.envs.default
whitenoise==6.7.0
# via hatch.envs.default
# The following packages are considered to be unsafe in a requirements file:
# setuptools

View file

@ -75,7 +75,7 @@ django-cache-url==3.4.5
# via environs
django-debug-toolbar==4.2.0
# via hatch.envs.dev
django-money==3.5.2
django-money==3.5.3
# via hatch.envs.dev
django-oauth-toolkit==2.4.0
# via hatch.envs.dev
@ -116,6 +116,8 @@ packaging==24.1
# build
# marshmallow
# pytest
pip==24.2
# via pip-tools
pip-tools==7.3.0
# via hatch.envs.dev
pluggy==1.5.0
@ -145,6 +147,10 @@ pytz==2024.1
# via django-oauth-toolkit
requests==2.32.3
# via django-oauth-toolkit
setuptools==72.1.0
# via
# django-money
# pip-tools
sqlparse==0.5.1
# via
# django
@ -166,13 +172,9 @@ typing-extensions==4.12.2
# py-moneyed
urllib3==2.2.2
# via requests
uvicorn==0.30.3
uvicorn==0.30.5
# via hatch.envs.dev
wheel==0.43.0
# via pip-tools
whitenoise==6.7.0
# via hatch.envs.dev
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools