Skip to content

Commit a3a53dd

Browse files
author
Cleverson Sampaio
committed
chore(setup): removing webdriver-manager and selenium library
1 parent 82ef4c2 commit a3a53dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Diretório do seu pacote
3333
package_dir = {'': 'src'},
3434
# Dependências/outros módulos necessários para o seu pacote funcionar
35-
install_requires = ['robotframework', 'selenium', 'robotframework-seleniumlibrary', 'webdriver-manager'],
35+
install_requires = ['robotframework', 'robotframework-seleniumlibrary'],
3636
# Descrição detalhada do seu pacote
3737
long_description = 'Selenium library keyword extension to support Behavior Driven Development',
3838
# Formato da sua descrição detalhada

0 commit comments

Comments
 (0)