Skip to content

Commit

Permalink
Merge pull request #29 from abcnishant007/CLN-Added-dependencies
Browse files Browse the repository at this point in the history
ENH: included dependencies
  • Loading branch information
abcnishant007 authored Oct 20, 2022
2 parents 05df1ff + bfc6a38 commit f865b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="smartprint",
version="1.0.3",
version="1.0.4",
author="abcnishant007",
author_email="[email protected]",
description="Include the variable name in print statements",
Expand All @@ -27,4 +27,5 @@
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
install_requires=["rich==12.6.0"]
)

0 comments on commit f865b88

Please sign in to comment.