21 lines
471 B
TOML
21 lines
471 B
TOML
[tool.poetry]
|
|
name = "visual-critical-discourse-analysis"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Brian Bjarke Jensen <[email protected]>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
gunicorn = "^21.2.0"
|
|
python-logging-discord-handler = "^0.1.4"
|
|
python-dotenv = "^1.0.1"
|
|
dash = "^2.15.0"
|
|
dash-bootstrap-components = "^1.5.0"
|
|
dash-mantine-components = "^0.12.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|