Skip to content

Commit

Permalink
Remove ansicolors requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonscript committed Mar 11, 2024
1 parent d5204fb commit 0a0e9e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
ansicolors>=1.1.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
url="http://github.com/brandonscript/tinta",
author="Brandon Shelley",
author_email="brandon@pacificaviator.co",
install_requires=["ansicolors"],
install_requires=[],
include_package_data=True,
license="MIT",
packages=["tinta"],
Expand Down

0 comments on commit 0a0e9e9

Please sign in to comment.