remove elasticsearch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "layercake"
|
||||
version = "0.6.12"
|
||||
version = "0.7.0"
|
||||
description = "Packages shared dependencies to optimize deployment and ensure consistency across functions."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@@ -9,8 +9,6 @@ authors = [
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"aws-lambda-powertools[all]>=3.8.0",
|
||||
"elasticsearch>=8.17.2",
|
||||
"elasticsearch-dsl>=8.17.1",
|
||||
"ftfy>=6.3.1",
|
||||
"glom>=24.11.0",
|
||||
"orjson>=3.10.15",
|
||||
@@ -53,4 +51,4 @@ select = ["E", "F", "I"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
Reference in New Issue
Block a user