first deploy

This commit is contained in:
2023-08-27 02:36:05 +08:00
commit 245486b95c
7 changed files with 160 additions and 0 deletions

19
pyproject.txt Normal file
View File

@@ -0,0 +1,19 @@
[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"