CI / test (pull_request) Successful in 6s
Standalone Django service so callers can mint links and phones get a 302. Closes #1.
16 lines
321 B
TOML
16 lines
321 B
TOML
[project]
|
|
name = "url-shortening-service"
|
|
version = "0.1.0"
|
|
description = "Django URL shortener for MKDRealtor / monica_site"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"django>=6.0,<7",
|
|
"gunicorn>=23.0.0",
|
|
"psycopg[binary]>=3.3.3",
|
|
"whitenoise>=6.9.0",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|