Skip to content

Commit f524c5f

Browse files
author
Gwang Il Kang
committed
fix: update package
Signed-off-by: Gwangil Kang <gikang@mz.co.kr>
1 parent 192cbf8 commit f524c5f

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim
1+
FROM cloudforet/python-core:1
22

33
ENV PYTHONUNBUFFERED 1
44
ENV SPACEONE_PORT 50051

pkg/pip_requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
spaceone-core
2-
spaceone-api
3-
spaceone-tester
41
boto3
52
schematics

src/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
license='Apache License 2.0',
3232
packages=find_packages(),
3333
install_requires=[
34-
'spaceone-core',
3534
'spaceone-api',
36-
'spaceone-tester',
3735
'boto3',
3836
'schematics'
3937
],

0 commit comments

Comments
 (0)