Skip to content

Commit

Permalink
Fix syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Oct 15, 2020
1 parent 2a78f03 commit 5d3cdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
license='MIT',
keywords='email sms testing automation selenium robot framework',
packages=find_packages(),
zip_safe=False, requires=['requests'])
zip_safe=False, requires=['requests'],
install_requires=[
'python-dateutil',
'tzlocal',
Expand Down

0 comments on commit 5d3cdf6

Please sign in to comment.