Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kota-Karthik committed Nov 14, 2024
1 parent aeebafe commit e6ec35e
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 5 deletions.
123 changes: 121 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
[tool.poetry]
name = "twinTrim"
version = "0.1.0"
version = "0.1.1"
description = "A CLI tool to find and delete duplicate files in a directory."
authors = ["Kota-Karthik <kotakarthik2307@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.8.1"
click = "^8.0" # For creating CLI commands
tqdm = "^4.66.5"
mkdocs = "^1.6.1"
mkdocs-material = "^9.5.44"
inquirer = "^3.4.0"


[tool.poetry.group.dev.dependencies]
pytest-mock = "^3.14.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='twinTrim', # Name of the package
version='0.1.0', # Version number
version='0.1.1', # Version number
description='A CLI tool to find and delete duplicate files in a directory.', # Short description
long_description=open('README.md').read(), # Readme for long description
long_description_content_type='text/markdown', # Type of long description
Expand Down

0 comments on commit e6ec35e

Please sign in to comment.