mirror of
https://github.com/User0332/rewards-farmer.git
synced 2026-09-16 01:31:36 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
[project]
|
||||
name = "bing-rewards-bot"
|
||||
version = "0.1.0"
|
||||
description = "Script to farm MS Rewards points on desktop"
|
||||
authors = [
|
||||
{name = "Carl Furtado",email = "carlzfurtado@gmail.com"}
|
||||
]
|
||||
license = "MIT"
|
||||
requires-python = ">=3.14"
|
||||
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)",
|
||||
"ollama (>=0.6.2,<0.7.0)"
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
Reference in New Issue
Block a user