diff --git a/pyproject.toml b/pyproject.toml index 85c0703..a438312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,8 @@ version = "0.1.6" description = "An AI command-line assistant" readme = "README.md" dependencies = [ - "litellm>=1.22.3" + "litellm>=1.22.3", + "pyreadline3==3.4.1; platform_system == 'Windows'" ] requires-python = ">=3.8" classifiers = [ diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index d113cbe..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -litellm==1.22.3 -packaging==23.2 -pyreadline3==3.4.1; platform_system == "Windows"