2026-08-19 14:03:22 -04:00
|
|
|
[project]
|
|
|
|
|
name = "bing-rewards-bot"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Script to farm MS Rewards points on desktop"
|
|
|
|
|
authors = [
|
2026-08-25 11:14:01 -04:00
|
|
|
{name = "Carl Furtado",email = "user0332@duck.com"}
|
2026-08-19 14:03:22 -04:00
|
|
|
]
|
|
|
|
|
license = "MIT"
|
2026-08-26 12:18:09 -07:00
|
|
|
requires-python = ">=3.12"
|
2026-08-19 14:03:22 -04:00
|
|
|
dependencies = [
|
|
|
|
|
"selenium (>=4.46.0,<5.0.0)",
|
|
|
|
|
"matplotlib (>=3.11.1,<4.0.0)",
|
|
|
|
|
"pygetwindow (>=0.0.9,<0.0.10)",
|
|
|
|
|
"keyboard (>=0.13.5,<0.14.0)",
|
|
|
|
|
"pygame-ce (>=2.5.8,<3.0.0)",
|
2026-08-25 22:20:07 -04:00
|
|
|
"ollama (>=0.6.2,<0.7.0)",
|
2026-08-24 14:33:27 -04:00
|
|
|
"requests>=2.32.0",
|
|
|
|
|
"pillow>=11.0.0"
|
2026-08-19 14:03:22 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
[tool.poetry]
|
|
|
|
|
package-mode = false
|