Feat: Adds cognito and memory

This commit is contained in:
2025-10-22 11:24:38 -03:00
parent f71b054dca
commit d37d5132eb
45 changed files with 3983 additions and 0 deletions

17
front/pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "front"
version = "0.1.0"
description = "Front para o ChatBot editais do IFSP"
authors = ["Lucas DNX"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
streamlit = "^1.49.1"
streamlit-authenticator = "^0.4.2"
boto3 = "^1.40.37"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"