Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored Jun 13, 2024
1 parent b7677b7 commit 99d22e8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[tool.poetry]
name = "vec2pg"
version = "2024.06.0"
description = "vec2pg"
authors = []

[tool.poetry.dependencies]
python = "^3.10"
typer-slim = "^0.12.3"
pinecone-client = "^4.1.0"

[tool.poetry.dev-dependencies]
pre-commit = "^3.5.0"
black = "^24.4"
pytest = "^8.1.1"
flake8 = "^5.0.4"
isort = "^5.10.1"
pytest-cov = "^5.0.0"
commitizen = "^3.22.0"
python-semantic-release = "^9.4.2"
python-dotenv = "^1.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 99d22e8

Please sign in to comment.