This commit is contained in:
quantulr
2024-01-11 17:26:20 +08:00
commit 4003104328
17 changed files with 524 additions and 0 deletions

20
pyproject.toml Normal file
View File

@ -0,0 +1,20 @@
[tool.poetry]
name = "get-qrcode"
version = "0.1.0"
description = ""
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
selenium = "^4.16.0"
requests = "^2.31.0"
redis = "^5.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
dev = "get_qrcode.main:main"