Skip to content

Commit

Permalink
ModuleNotFoundError: No module named 'dateutil' #138
Browse files Browse the repository at this point in the history
  • Loading branch information
joegasewicz committed Sep 14, 2020
1 parent 0fb1e25 commit 9bc54e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
author="Joe Gasewicz",
author_email="joegasewicz@gmail.com",
install_requires=[
"PyJWT"
"PyJWT",
"python-dateutil==2.8.0"
]
)

0 comments on commit 9bc54e5

Please sign in to comment.