15 lines
294 B
TOML
15 lines
294 B
TOML
[project]
|
|
name = "copp"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"bcrypt>=4.3.0",
|
|
"confluent-kafka>=2.10.0",
|
|
"flet[all]>=0.28.2",
|
|
"kafka>=1.3.5",
|
|
"redis>=6.0.0",
|
|
"sqlalchemy>=2.0.41",
|
|
]
|