installed packages

This commit is contained in:
Brian Bjarke Jensen
2024-02-19 20:18:01 +01:00
parent 954e1f898f
commit 5fa8d737ae
2 changed files with 216 additions and 5 deletions
+6 -1
View File
@@ -1,9 +1,12 @@
[tool.poetry]
name = "visual-critical-discourse-analysis"
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"
@@ -13,6 +16,8 @@ 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"
[build-system]