20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
[tool.poetry]
|
|
name = "netflix-clicker"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["YuanYu <tearsgundam@gmail.com>"]
|
|
readme = "README.md"
|
|
packages = [{include = "netflix_clicker"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
selenium = "^4.11.2"
|
|
loguru = "^0.7.0"
|
|
fake-useragent = "^1.2.1"
|
|
aiosmtpd = "^1.4.4.post2"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|