installed packages
This commit is contained in:
+6
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user