Feat: adds front and infra

This commit is contained in:
2025-09-25 16:56:01 -03:00
parent 642d3f35ec
commit 20a13cf95c
22 changed files with 2151 additions and 58 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"