48b3f46623
Bumps [requests](https://github.com/psf/requests) from 2.33.1 to 2.34.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
557 B
TOML
25 lines
557 B
TOML
# UV Config file
|
|
[project]
|
|
name = "proyecto-final"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"celery==5.6.3",
|
|
"Django==6.0.5",
|
|
"django-compressor==4.6.0",
|
|
"django-redis==6.0.0",
|
|
# S3 backend requerido por tienda/storage_backends.py cuando S3_ENABLE=True.
|
|
"django-storages[s3]==1.14.6",
|
|
"fpdf2==2.8.7",
|
|
"gunicorn==26.0.0",
|
|
"paypalrestsdk==1.13.3",
|
|
"pillow==12.2.0",
|
|
"psycopg2-binary==2.9.12",
|
|
"requests==2.34.2",
|
|
"stripe==15.1.0",
|
|
"whitenoise==6.12.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|