first deploy
This commit is contained in:
19
pyproject.txt
Normal file
19
pyproject.txt
Normal 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"
|
||||
Reference in New Issue
Block a user