f47fd21deb
Bumps [stripe](https://github.com/stripe/stripe-python) from 15.1.0 to 15.2.0. - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-python/compare/v15.1.0...v15.2.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
584 B
TOML
26 lines
584 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-ninja>=1.6.2",
|
|
"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.2.0",
|
|
"whitenoise==6.12.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|