fix setup.cfg

This commit is contained in:
Boris 2023-05-03 15:42:52 +03:00
parent 5b63f634db
commit 74fb415580
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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