Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Jun 28, 2024
1 parent da1630d commit e2f11be
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "easy-letters"
version = "0.1.3"
version = "0.1.1"
description = "A Python package for generating draft application letters using generative AI"
authors = ["Hassan Abedi <[email protected]>"]
readme = "README.md"
Expand All @@ -9,15 +9,18 @@ include = ["README.md", "LICENSE"]

[tool.poetry.dependencies]
python = "^3.10"
pylint = "^3.0.3"
pytest = "^8.0.1"
jupyter = "^1.0.0"
pandas = "^2.2.1"
pytest-cov = "^5.0.0"
openai = "^1.16.1"
qdrant-client = "^1.8.2"

[tool.poetry.group.dev.dependencies]
pylint = "^3.2.4"
pytest = "^8.2.2"
jupyter = "^1.0.0"
pytest-cov = "^5.0.0"
tiktoken = "^0.7.0"
pandas = "^2.2.2"
poetry-dynamic-versioning = "^1.4.0"
black = "^24.4.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit e2f11be

Please sign in to comment.