Skip to content

Commit 5437ed5

Browse files
authored
Merge pull request #10 from gikang82/master
fix: update package
2 parents 192cbf8 + f524c5f commit 5437ed5

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)