diff --git a/.gitignore b/.gitignore index b6e4761..a6476e7 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,5 @@ dmypy.json # Pyre type checker .pyre/ + +logindata.json diff --git a/requirements.txt b/requirements.txt index f543339..b7b7200 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,34 @@ +attrs==25.3.0 +blinker==1.4 +Brotli==1.1.0 +certifi==2025.8.3 +cffi==2.0.0 +charset-normalizer==3.4.3 +cryptography==42.0.8 curlify==2.2.1 +h11==0.16.0 +h2==4.3.0 +hpack==4.1.0 +hyperframe==6.1.0 +idna==3.10 +kaitaistruct==0.11 +outcome==1.3.0.post0 +pyasn1==0.6.1 +pycparser==2.23 pyOpenSSL==24.0.0 -Requests==2.31.0 -selenium_wire==5.1.0 \ No newline at end of file +pyparsing==3.2.5 +PySocks==1.7.1 +requests==2.31.0 +selenium==4.35.0 +selenium-wire==5.1.0 +setuptools==78.1.1 +sniffio==1.3.1 +sortedcontainers==2.4.0 +trio==0.30.0 +trio-websocket==0.12.2 +typing_extensions==4.14.1 +urllib3==2.5.0 +websocket-client==1.8.0 +wheel==0.45.1 +wsproto==1.2.0 +zstandard==0.25.0