Skip to content

Commit

Permalink
commas
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Apr 25, 2021
1 parent 629943b commit f266521
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
packages=find_packages(),
python_requires='>=3.5, <4',
install_requires=[
'marshmallow'
'numpy'
'python-dateutil'
"scipy"
'marshmallow',
'numpy',
'python-dateutil',
"scipy",
'six'
],
extras_require={
Expand Down

0 comments on commit f266521

Please sign in to comment.