[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "trip-cluster" version = "0.1.0" requires-python = ">=3.12" dependencies = ["photoflow", "flask==3.1.0", "requests==2.32.3", "Pillow==11.0.0"] [tool.setuptools.packages.find] where = ["."] include = ["app*"]