python313Packages.elasticsearch8: add missing inputs
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
fetchPypi,
|
||||
hatchling,
|
||||
orjson,
|
||||
python-dateutil,
|
||||
pythonOlder,
|
||||
requests,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -24,7 +26,11 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [ elastic-transport ];
|
||||
dependencies = [
|
||||
elastic-transport
|
||||
python-dateutil
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
async = [ aiohttp ];
|
||||
|
||||
Reference in New Issue
Block a user