-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (31 loc) · 749 Bytes
/
pyproject.toml
File metadata and controls
35 lines (31 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[tool.poetry]
name = "openengine"
version = "0.1.0"
description = ""
authors = ["Connor Skelland <34070858+Connor56@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
scrapy = "^2.11.2"
aiohttp = "^3.9.5"
beautifulsoup4 = "^4.12.3"
httpx = "^0.27.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-mock = "^3.14.0"
joblib = "^1.4.2"
sentence-transformers = "^3.1.0"
jupyter = "^1.1.1"
qdrant-client = "^1.11.1"
asyncpg = "^0.29.0"
fastapi = "^0.115.0"
pyjwt = "^2.9.0"
uvicorn = "^0.31.0"
python-dotenv = "^1.0.1"
argon2-cffi = "^23.1.0"
docker = "^7.1.0"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"