From cc921dc594b37371310bc5625bed48c1b96f6a6d Mon Sep 17 00:00:00 2001 From: 4rumprom <84041172+4rumprom@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:31:27 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a84d9b3..c6b9caa 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ long_description_content_type="text/markdown", download_url="https://github.com/itsjafer/schwab-api/tarball/master", keywords=["schwab", "python3", "api", "unofficial", "schwab-api", "schwab charles api"], - install_requires=["playwright-stealth", "playwright", "pyotp", "python-vipaccess"], + install_requires=["playwright", "playwright-stealth", "pyotp", "python-vipaccess"], classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers",