From 11f48f6ffc9bd96ff82cdc400cc309affd46e4a4 Mon Sep 17 00:00:00 2001 From: alfie Date: Fri, 19 Apr 2024 15:47:35 +0100 Subject: [PATCH] install fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 268d77b..6c4c4fd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( entry_points = { "console_scripts": ['owo = owo.owo:main'] }, - install_requires=['pyowo'], + install_requires=['pyowo==1.0.1'], version = "0.2.0", description = "owoify any text from the command line", author = "Alfie King",