Skip to content

Commit

Permalink
Fix more versioning mishaps
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyVaneetvelde committed Sep 12, 2024
1 parent 88f5e45 commit 49f0657
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ authors = [
readme = "README.md"
license = { file = "LICENSE" }
dependencies = [
"beautifulsoup4~=4.12.3",
"google_api_python_client~=2.114.0",
"instructor~=1.3.4",
"markdownify~=0.12.1",
"openai~=1.35.12",
"pydantic~=2.8.2",
"PyPDF2~=3.0.1",
"Requests~=2.32.3",
"rich~=13.7.1",
"beautifulsoup4^=4.12.3",
"google_api_python_client^=2.114.0",
"instructor^=1.3.4",
"markdownify^=0.12.1",
"openai^=1.35.12",
"pydantic^=2.8",
"PyPDF2^=3.0.1",
"Requests^=2.32.3",
"rich^=13.7.1",
]

[project.urls]
Expand Down
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ pytest
pytest-cov

# library dependencies
beautifulsoup4~=4.12.3
faiss_cpu~=1.8.0
google_api_python_client~=2.114.0
groq~=0.9.0
instructor~=1.3.4
markdownify~=0.12.1
numpy~=1.26.4
openai~=1.35.12
playwright~=1.45.0
pydantic~=2.8.2
PyPDF2~=3.0.1
pytest~=8.2.2
Requests~=2.32.3
rich~=13.7.1
sympy~=1.12
youtube_transcript_api~=0.6.2
beautifulsoup4^=4.12.3
faiss_cpu^=1.8.0
google_api_python_client^=2.114.0
groq^=0.9.0
instructor^=1.3.4
markdownify^=0.12.1
numpy^=1.26.4
openai^=1.35.12
playwright^=1.45.0
pydantic^=2.8
PyPDF2^=3.0.1
pytest^=8.2.2
Requests^=2.32.3
rich^=13.7.1
sympy^=1.12
youtube_transcript_api^=0.6.2

0 comments on commit 49f0657

Please sign in to comment.