Commit message
This commit is contained in:
parent
aa46513e4a
commit
699a6ac89c
|
@ -5,7 +5,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
bin: python3 # 앱을 실행할 바이너라 파일 종류입니다.(장비에 따라 다르므로 확인 후 정의해야 합니다.)
|
bin: python3 # 앱을 실행할 바이너라 파일 종류입니다.(장비에 따라 다르므로 확인 후 정의해야 합니다.)
|
||||||
virtualEnv: base # 사용할 가상환경 이름입니다.
|
virtualEnv: base # 사용할 가상환경 이름입니다.
|
||||||
package: requirement.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
|
package: requirements.txt # 설치할 Python 패키지 정보 파일입니다.(기본 값은 requirement.txt 입니다.)
|
||||||
stackbase:
|
stackbase:
|
||||||
tagName: v1.0.0 # Stackbase(gitea)에 릴리즈 태그명 입니다.
|
tagName: v1.0.1 # Stackbase(gitea)에 릴리즈 태그명 입니다.
|
||||||
repoName: nodeq-mqtt-sdt-sdk-template # Stackbase(gitea)에 저장될 저장소 이릅니다.
|
repoName: nodeq-mqtt-sdt-sdk-template # Stackbase(gitea)에 저장될 저장소 이릅니다.
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Write package's name that need your app.
|
||||||
|
#awsiotsdk
|
||||||
|
pyyaml
|
||||||
|
gpiod
|
||||||
|
pymodbus
|
||||||
|
pytz
|
||||||
|
#sdtcloudpubsub
|
Loading…
Reference in New Issue