This repository has been archived on 2025-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
digital_photo_frame/pyproject.toml
2025-06-28 14:20:21 -04:00

11 lines
234 B
TOML

[project]
name = "digital_photo_frame"
version = "0.0.1"
dependencies = [
"pygame>=1.0.0; os_name == 'Linux'"
"pygame>=2.0.0; os_name != 'Linux'"
]
authors = [
{name = "Olivia Brooks", email = "owen.brooks77@gmail.com"}
]