mirror of
https://github.com/csd4ni3l/gp-dl.git
synced 2026-01-01 04:23:44 +01:00
8 lines
204 B
TOML
8 lines
204 B
TOML
[project]
|
|
name = "gp-dl"
|
|
version = "0.1.0"
|
|
description = "A Python-based Google Photos downloader built with Selenium."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = ["selenium>=4.33.0"]
|