Skip to content

Commit

Permalink
Updated v0.1.1 for https links to all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Oct 31, 2024
1 parent 4239678 commit a84b84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "facet-scanner"
version = "0.1.0"
version = "0.1.1"
description = "Extracts facets from datasets to add to elasticsearch."
authors = ["Daniel Westwood <[email protected]>"]
license = "{file='LICENSE'}"
Expand All @@ -27,7 +27,7 @@ tqdm = "^4.66.6"
sphinx = "^8.1.3"
directory-tree = { git = "https://github.com/cedadev/ceda-directory-tree.git", tag = "v1.1.2" }
ceda-elasticsearch-tools = { git = "https://github.com/cedadev/ceda-elasticsearch-tools.git", tag = "v2.4.0" }
tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.2" }
tag-scanner = { git = "https://github.com/cedadev/cci-tag-scanner.git", tag = "v2.1.3" }
pytest = "^8.3.3"


Expand Down

0 comments on commit a84b84a

Please sign in to comment.