Skip to content

Commit

Permalink
feat: Add token_count dependency and bump version to 0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hargup committed Nov 21, 2024
1 parent a5b88e3 commit 846f818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pyperclip
token_count
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="gpt-repository-loader",
version="0.9.11",
version="0.9.12",
author="Felvin",
author_email="[email protected]",
description="A utility to convert a Git repository into a text representation.",
Expand All @@ -27,7 +27,7 @@
"Programming Language :: Python :: 3.9",
],
python_requires=">=3.6",
install_requires=["pyperclip"],
install_requires=["pyperclip", "token_count"],
entry_points={
"console_scripts": [
"gpt-repository-loader=gpt_repository_loader:main",
Expand Down

0 comments on commit 846f818

Please sign in to comment.