Feat: adds front and infra
This commit is contained in:
17
front/pyproject.toml
Normal file
17
front/pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user