diff --git a/setup.py b/setup.py index 2ce6a41..3c19952 100644 --- a/setup.py +++ b/setup.py @@ -11,5 +11,5 @@ long_description_content_type="text/markdown", url="https://github.com/nathanrchn/perplexityai", packages=find_packages(), - requires=["requests", "websocket-client"] -) \ No newline at end of file + install_requires=["requests", "websocket-client"] +)