Skip to content

Commit

Permalink
updating requirements and pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
takline committed Oct 7, 2024
1 parent 454ae9d commit 5880edc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
28 changes: 15 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ResumeGPT"
version = "2.0"
version = "2.1"
description = "Tailor your resume to match any job posting effortlessly"
authors = [
{ name = "Tyler Kline", email = "tylerkline@gmail.com" }
Expand All @@ -16,20 +16,22 @@ readme = "README.md"
license = { file = "LICENSE.txt" }
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4>=4.9.3",
"configparser>=5.0.2",
"langchain==0.1.20",
"langchain-openai==0.1.6",
"langchain-core==0.1.52",
"pydantic==2.7.1",
"reportlab>=3.5.59",
"requests>=2.25.1",
"ruamel.yaml>=0.16.12",
"beautifulsoup4>=4.12.3",
"configparser>=7.1.0",
"langchain>=0.2.11",
"langchain-openai>=0.1.6",
"langchain-core>=0.2.36",
"langchain-community>=0.2.10",
"pydantic>=2.7.1",
"reportlab>=4.2.2",
"requests>=2.32.3",
"ruamel.yaml>=0.18.6",
"pytest>=8.2.2",
"python-dateutil>=2.8.0",
"free-proxy>=1.1.1",
"Jinja2==3.1.4",
"PyYAML==5.3.1",
"pytest-cov==5.0.0"
"Jinja2>=3.1.4",
"PyYAML>=5.3.1",
"pytest-cov>=5.0.0"
]
keywords = ["resume", "job", "application", "automation", "job search"]
classifiers = [
Expand Down
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
beautifulsoup4>=4.9.3
configparser>=5.0.2
langchain==0.1.20
langchain-openai==0.1.6
langchain-core==0.1.52
langchain-community==0.0.38
pydantic==2.7.1
reportlab>=3.5.59
requests>=2.25.1
ruamel.yaml>=0.16.12
beautifulsoup4>=4.12.3
configparser>=7.1.0
langchain>=0.2.11,
langchain-openai>=0.1.6
langchain-core>=0.2.36
langchain-community>=0.2.10
pydantic>=2.7.1
reportlab>=4.2.2
requests>=2.32.3
ruamel.yaml>=0.18.6
pytest>=8.2.2
python-dateutil>=2.8.0
free-proxy>=1.1.1
Jinja2==3.1.4
PyYAML==5.3.1
pytest-cov==5.0.0
Jinja2>=3.1.4
PyYAML>=5.3.1
pytest-cov>=5.0.0

0 comments on commit 5880edc

Please sign in to comment.