Skip to content

Commit c77a955

Browse files
authored
Merge pull request #793 from seleniumbase/remove-unused-python-dependency
Remove an unused Python dependency
2 parents 06a0c11 + e4d5e5f commit c77a955

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ Pillow==6.2.2;python_version<"3.5"
7979
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
8080
Pillow==8.1.0;python_version>="3.6"
8181
rich==9.9.0;python_version>="3.6" and python_version<"4.0"
82-
zipp==1.2.0;python_version<"3.6"
83-
zipp==3.4.0;python_version>="3.6"
8482
flake8==3.7.9;python_version<"3.5"
8583
flake8==3.8.4;python_version>="3.5"
8684
pyflakes==2.1.1;python_version<"3.5"

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "1.53.1"
2+
__version__ = "1.53.2"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@
183183
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
184184
'Pillow==8.1.0;python_version>="3.6"',
185185
'rich==9.9.0;python_version>="3.6" and python_version<"4.0"',
186-
'zipp==1.2.0;python_version<"3.6"',
187-
'zipp==3.4.0;python_version>="3.6"',
188186
'flake8==3.7.9;python_version<"3.5"',
189187
'flake8==3.8.4;python_version>="3.5"',
190188
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)