srbhr / Resume-Matcher

Resume Matcher is an open source, free tool to improve your resume. It works by using language models to compare and rank resumes with job descriptions.
https://www.resumematcher.fyi/
Apache License 2.0
4.76k stars 1.93k forks source link

use poetry for dependency management #103

Open ArifNawaz36 opened 11 months ago

ArifNawaz36 commented 11 months ago

Pull Request Title

Use poetry for dependency management

Related Issue

102

Description

Poetry will be used for package/dependency management instead of Pip. This will simplify the process of adding or removing new packages. A new package will be added using poetry add package-name command.

Type

Proposed Changes

How to Test

  1. poetry install
  2. docker-compose up

Checklist

Additional Information

srbhr commented 11 months ago

Thanks for this PR @ArifNawaz36 I'll take a closer look, this will be more useful when we shift to FastAPI backend. As more and more changes + tests + environments would be required over there.