Skip to content

Commit

Permalink
depend on unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Aug 10, 2023
1 parent 9c54c43 commit ba62639
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"farm-haystack"
# until Haystack 2.0 is out, we depend on the unstable branch
"farm-haystack@git+https://github.com/deepset-ai/haystack.git",
]

[project.urls]
Expand Down Expand Up @@ -79,6 +80,9 @@ all = [
"typing",
]

[tool.hatch.metadata]
allow-direct-references = true

[tool.black]
target-version = ["py37"]
line-length = 120
Expand Down Expand Up @@ -163,4 +167,11 @@ minversion = "6.0"
markers = [
"unit: unit tests",
"integration: integration tests"
]
]

[[tool.mypy.overrides]]
module = [
"haystack.*",
"pytest.*"
]
ignore_missing_imports = true

0 comments on commit ba62639

Please sign in to comment.