diff options
author | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-06-01 22:13:35 +0200 |
---|---|---|
committer | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-06-01 22:13:35 +0200 |
commit | f29fbb63842b3c7e29519756a9ec4ac870a8b3be (patch) | |
tree | b2ec2c24621e68587333115ea8a4cb8093ffd580 | |
parent | bcfd0a9b829f3465f66d2b56ee34279d08707206 (diff) |
Add requirements.txt
-rw-r--r-- | requirements.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7d733c3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +attrs==25.3.0 +certifi==2025.4.26 +dotenv==0.9.9 +h11==0.16.0 +idna==3.10 +outcome==1.3.0.post0 +PySocks==1.7.1 +python-dotenv==1.1.0 +selenium==4.33.0 +sniffio==1.3.1 +sortedcontainers==2.4.0 +trio==0.30.0 +trio-websocket==0.12.2 +typing_extensions==4.13.2 +urllib3==2.4.0 +websocket-client==1.8.0 +wsproto==1.2.0 |