Skip to content

Commit

Permalink
Merge pull request #38 from ImMin5/master
Browse files Browse the repository at this point in the history
Remove spaceone-core package from pip_requirements.txt
  • Loading branch information
ImMin5 authored Oct 31, 2023
2 parents abbc5a7 + c2779d2 commit d981925
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 d981925

Please sign in to comment.