Skip to content

Commit

Permalink
feat: remove spaceone-core package from pip_requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Oct 31, 2023
1 parent f72f408 commit c2779d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pip install --upgrade pip && \
pip install --upgrade -r ${PKG_DIR}/pip_requirements.txt

ARG CACHEBUST=1
RUN pip install --upgrade --pre spaceone-core spaceone-api
RUN pip install --upgrade spaceone-api

COPY src ${SRC_DIR}
WORKDIR ${SRC_DIR}
Expand Down
1 change: 0 additions & 1 deletion pkg/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
spaceone-core
spaceone-api
azure-identity
azure-mgmt-billing
Expand Down
1 change: 0 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
license='Apache License 2.0',
packages=find_packages(),
install_requires=[
'spaceone-core',
'spaceone-api',
'schematics',
'azure-identity',
Expand Down

0 comments on commit c2779d2

Please sign in to comment.