13 lines
267 B
TOML
13 lines
267 B
TOML
[project]
|
|
name = "min-ie"
|
|
version = "0.1.0"
|
|
description = "Makes links shorter"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"dj-database-url>=2.3.0",
|
|
"django>=5.2.1",
|
|
"gunicorn>=23.0.0",
|
|
"psycopg[binary]>=3.2.9",
|
|
"whitenoise>=6.9.0",
|
|
]
|