15 lines
300 B
TOML
15 lines
300 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",
|
|
"flet-core>=0.24.1",
|
|
"flet-desktop>=0.27.6",
|
|
"flet[all]>=0.27.6",
|
|
"requests>=2.32.3",
|
|
"sqlalchemy>=2.0.40",
|
|
]
|