From 03a1fd1b333235937aad38327ae9a4f28cd055f1 Mon Sep 17 00:00:00 2001 From: Boyan Date: Wed, 12 Feb 2025 21:26:15 +0100 Subject: [PATCH] Stupid packaging mistake --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 80cb732..8e655a5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as f: setup( name="temmies", - version="1.2.121", + version="1.2.124", packages=find_packages(), description="A wrapper for the Themis website", long_description=l_description, @@ -25,7 +25,8 @@ setup( "requests", "lxml", "beautifulsoup4", - "keyring" + "keyring", + "selenium", ], python_requires=">=3.9", ) \ No newline at end of file