We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e745d commit c7109acCopy full SHA for c7109ac
Dockerfile
@@ -6,5 +6,5 @@ ADD . /config-merger/
6
7
RUN apt-get update && apt-get install -y make curl
8
9
-RUN python -m pip install --upgrade pip && pip3 install .
+RUN python -m pip install --upgrade pip && pip3 install -r requirements.txt && pip3 install .
10
RUN rm -rf /config-merger/*
requirements.txt
@@ -0,0 +1 @@
1
+setuptools~=78.1.1
setup.py
@@ -13,8 +13,7 @@
13
'pyyaml~=6.0.2',
14
'pathlib2~=2.3.7',
15
'boto3~=1.39.14',
16
- 'hvac~=2.3.0',
17
- 'setuptools~=44.0.0'
+ 'hvac~=2.3.0'
18
]
19
20
setup(
0 commit comments