Skip to content

Conversation

xxnpark
Copy link
Member

@xxnpark xxnpark commented Jul 15, 2023

close #43

  • 패키지 매니저로 Poetry 이용 (pyproject.toml 파일에 패키지 명시)
    • 일부 패키지 업데이트
    • dev용 환경 분리
  • Dockerfile 수정 - multi stage build 이용, COPY 분리하여 캐시 안되던 문제 해결

Copy link
Member

@GoGiants1 GoGiants1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다. dev 브랜치로 리베이스 해두었습니다! 머지하실때, rebase & merge 해주시면 좋을거 같아요!

@xxnpark xxnpark merged commit 923c76c into dev Jul 27, 2023
@xxnpark xxnpark deleted the feature/poetry branch July 27, 2023 14:34
GoGiants1 added a commit that referenced this pull request Oct 16, 2023
* hotfix: convert db port type to int (#40)

* fix: dev db host name

* Refactor: delete serverless resources (#42)

* refactor: Remove serverless files

* doc: Edit deploy and test description

* feat: Add environment in workflow files

* fix: gitignore

* feat: initialize poetry (#44)

* Use poetry instead of requirements.txt

* Fix Dockerfile & Add .venv to ignore files

* Fix PATH env in Dockerfile

* Delete expose in Dockerfile

* Update pyproject.toml

* fix: pip root user action error (#45)

* fix: remove --mount from Dockerfile (#46)

* fix: Dockerfile syntax (#47)

* feat: update README.md & restrict Python version to 3.10 (#48)

* fix: use tilde requirements for python version

* Update README.md

* Update README.md

* Configure black & pylint

* Apply black

* Fix python setup in gh workflow

* Use poetry instead of pip in gh workflow

* Fix python version in gh workflow

* Fix pyproject.toml

* Update Makefile

* Fix: 자하연 메뉴 오류 (#51)

* refactor: Remove wildcard import

* fix: local db config

* feat: Add split logic for jaha restaurant menus

* fix: lint

---------

Co-authored-by: Jaewan Park <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Poetry 도입
2 participants