generated from habedi/template-python-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
34 lines (30 loc) · 879 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "easy-letters"
version = "0.1.8"
description = "A Python package for generating draft application letters using generative AI"
authors = ["Hassan Abedi <[email protected]>"]
readme = "README.md"
packages = [{ include = "easy_letters", from = "." }]
include = ["README.md", "LICENSE"]
license = "MIT"
repository = "https://github.com/habedi/easy-letters"
[tool.poetry.dependencies]
python = "^3.10"
openai = "^1.16.1"
qdrant-client = "^1.8.2"
[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
pytest = "^8.2.2"
black = "^24.4.2"
pytest-cov = ">=5,<7"
poetry-dynamic-versioning = "^1.4.0"
tiktoken = ">=0.7,<0.9"
pandas = "^2.2.2"
pytest-mock = "^3.14.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry-dynamic-versioning]
enable = true
vcs = "git"
versioning = "semver" # Semantic Versioning