32 lines
655 B
TOML
32 lines
655 B
TOML
[tool.poetry]
|
|
name = "visual_critical_discourse_analysis"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Brian Bjarke Jensen <[email protected]>"]
|
|
readme = "README.md"
|
|
packages = [
|
|
{ include = "src" },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
gunicorn = "^21.2.0"
|
|
python-dotenv = "^1.0.1"
|
|
dash = "^2.15.0"
|
|
dash-bootstrap-components = "^1.5.0"
|
|
dash-mantine-components = "^0.12.1"
|
|
pydantic = "^2.6.1"
|
|
pillow = "^10.2.0"
|
|
pymongo = "^4.6.1"
|
|
dash-auth = "^2.2.0"
|
|
|
|
|
|
[tool.poetry.group.test.dependencies]
|
|
flake8 = "^7.0.0"
|
|
mypy = "^1.8.0"
|
|
types-pillow = "^10.2.0.20240213"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|