Skip to content

Commit 2dec983

Browse files
author
Joe | GJoeG&MM
committed
Include poetry
1 parent f868027 commit 2dec983

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[tool.poetry]
2+
name = "leetcode-solver"
3+
version = "0.1.0"
4+
description = "A Leetcode bot"
5+
authors = ["Lorenzo Scaturchio"]
6+
license = "GNU General Public License"
7+
readme = "README.md"
8+
package-mode = false
9+
10+
[tool.poetry.dependencies]
11+
python = ">=3.12,<=3.13"
12+
selenium = "^4.27.1"
13+
beautifulsoup4 = "^4.12.3"
14+
openai = "^1.57.0"
15+
python-dotenv = "^1.0.1"
16+
playwright = "^1.41.2"
17+
agentql = "^1.6.1"
18+
19+
[build-system]
20+
requires = ["poetry-core"]
21+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)