diff --git a/requirements.txt b/requirements.txt index ab7fc322df2..858b16a9a8c 100755 --- a/requirements.txt +++ b/requirements.txt @@ -79,8 +79,6 @@ Pillow==6.2.2;python_version<"3.5" Pillow==7.2.0;python_version>="3.5" and python_version<"3.6" Pillow==8.1.0;python_version>="3.6" rich==9.9.0;python_version>="3.6" and python_version<"4.0" -zipp==1.2.0;python_version<"3.6" -zipp==3.4.0;python_version>="3.6" flake8==3.7.9;python_version<"3.5" flake8==3.8.4;python_version>="3.5" pyflakes==2.1.1;python_version<"3.5" diff --git a/seleniumbase/__version__.py b/seleniumbase/__version__.py index 917f3d26dbc..5a4954a0c64 100755 --- a/seleniumbase/__version__.py +++ b/seleniumbase/__version__.py @@ -1,2 +1,2 @@ # seleniumbase package -__version__ = "1.53.1" +__version__ = "1.53.2" diff --git a/setup.py b/setup.py index fc6bfae6d2e..18b78d5bb43 100755 --- a/setup.py +++ b/setup.py @@ -183,8 +183,6 @@ 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"', 'Pillow==8.1.0;python_version>="3.6"', 'rich==9.9.0;python_version>="3.6" and python_version<"4.0"', - 'zipp==1.2.0;python_version<"3.6"', - 'zipp==3.4.0;python_version>="3.6"', 'flake8==3.7.9;python_version<"3.5"', 'flake8==3.8.4;python_version>="3.5"', 'pyflakes==2.1.1;python_version<"3.5"',