installed packages

This commit is contained in:
Brian Bjarke Jensen
2024-02-15 22:41:24 +01:00
parent 8115fcc9f4
commit de0682d736
2 changed files with 656 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[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"