2025-05-29 15:57:37 +01:00
|
|
|
[project]
|
|
|
|
name = "min-ie"
|
2019-07-09 20:27:48 +00:00
|
|
|
version = "0.1.0"
|
2025-05-29 15:57:37 +01:00
|
|
|
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",
|
|
|
|
]
|