21 lines
439 B
TOML
21 lines
439 B
TOML
[project]
|
|
name = "cross-posting"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "bvn13",email = "from.github@bvn13.me"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"django (>=5.2,<6.0)",
|
|
"python-dotenv (>=1.1.0,<2.0.0)",
|
|
"django-bootstrap5 (>=25.1,<26.0)",
|
|
"requests (>=2.32.3,<3.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|