mirror of
https://github.com/valitydev/curator-opensearch.git
synced 2024-11-06 02:05:19 +00:00
fix setup.cfg
This commit is contained in:
parent
5b63f634db
commit
74fb415580
@ -4,7 +4,7 @@ FROM python:3.11-alpine3.17 as builder
|
||||
RUN echo 'https://dl-cdn.alpinelinux.org/alpine/v3.16/community/' >> /etc/apk/repositories
|
||||
RUN apk --no-cache upgrade && apk --no-cache add build-base tar musl-utils openssl-dev patchelf
|
||||
# patchelf-wrapper is necessary now for cx_Freeze, but not for Curator itself.
|
||||
RUN pip3 install setuptools cx_Freeze patchelf-wrapper
|
||||
RUN pip3 install cx_Freeze patchelf-wrapper
|
||||
|
||||
COPY . .
|
||||
RUN ln -s /lib/libc.musl-x86_64.so.1 ldd
|
||||
|
@ -24,7 +24,7 @@ install_requires =
|
||||
opensearch-py>=1.0.0
|
||||
urllib3>=1.26.5,<2
|
||||
requests>=2.26.0
|
||||
boto3>=boto3-1.18.18
|
||||
boto3>=1.18.18
|
||||
requests_aws4auth>=1.1.1
|
||||
click>=7.0,<8.0
|
||||
pyyaml>=5.4.1
|
||||
@ -36,7 +36,7 @@ setup_requires =
|
||||
opensearch-py>=1.0.0
|
||||
urllib3>=1.26.5,<2
|
||||
requests>=2.26.0
|
||||
boto3>=boto3-1.18.18
|
||||
boto3>=1.18.18
|
||||
requests_aws4auth>=1.1.1
|
||||
click>=7.0,<8.0
|
||||
pyyaml>=5.4.1
|
||||
|
Loading…
Reference in New Issue
Block a user