Skip to content

Commit

Permalink
build: change require pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Nov 6, 2023
1 parent e2b243c commit f5db62d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

spaceone-core
spaceone-api
spaceone-api
pyarrow
3 changes: 2 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
install_requires=[
'spaceone-core',
'spaceone-api',
'spaceone-cost-analysis'
'spaceone-cost-analysis',
'pyarrow'
],
zip_safe=False,
)

0 comments on commit f5db62d

Please sign in to comment.