added nicegui and boto3 as dependencies

This commit is contained in:
2023-09-22 09:19:45 -04:00
parent d9c6d1132c
commit fd2a930a0a
3 changed files with 910 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ authors = [
]
dependencies = [
"rich>=13.5.3",
"nicegui>=1.3.14",
"boto3>=1.28.52",
]
requires-python = ">=3.11"
readme = "README.md"