Skip to content

Commit

Permalink
Move pytest dependency to poetry dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Mar 12, 2024
1 parent 476f71e commit 6d1550d
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ All installation steps go here.
- Activate the env `source .venv/bin/activate`
- Install poetry and uvicorn `pip install poetry uvicorn`
- Install dependencies `poetry install`
- Now you can run the project with `uvicorn `
- Now you can run the project with `uvicorn app.main:app --reload`

- Set up Embedding Server from [TEI](https://github.com/huggingface/text-embeddings-inference/tree/main)

Expand Down
48 changes: 47 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ authx = "1.0.1b1"
itsdangerous = "^2.1.2"
llama-index-embeddings-text-embeddings-inference = "^0.1.2"

[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"

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

0 comments on commit 6d1550d

Please sign in to comment.