26 lines
580 B
TOML
26 lines
580 B
TOML
[project]
|
|
name = "oclettings2"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "Your Name",email = "you@example.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"django (==3.0)",
|
|
"flake8 (==3.7.0)",
|
|
"pytest-django (==3.9.0)",
|
|
"django-pytest (>=0.2.0,<0.3.0)",
|
|
"six (>=1.17.0,<2.0.0)",
|
|
"pytest-cov (>=6.3.0,<7.0.0)",
|
|
"bs4 (>=0.0.2,<0.0.3)",
|
|
"sentry-sdk[django] (>=2.37.1,<3.0.0)",
|
|
"dotenv (>=0.9.9,<0.10.0)",
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|