Skip to content

Commit 68e8333

Browse files
committed
Fixing setup.cfg, some syntactical issues
1 parent 0e32fde commit 68e8333

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ package_dir =
1919
= src
2020
packages = find:
2121
python_requires = >=3.6
22-
install_requires=[
23-
'tqdm',
24-
'numpy',
25-
'pandas',
26-
'selenium']
22+
install_requires=['tqdm','numpy','pandas','selenium']
2723

2824
[options.packages.find]
2925
where = src

0 commit comments

Comments
 (0)