Browse Source

Add missing package in setup

JoostSijm 4 years ago
parent
commit
86c6fccf8c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -21,6 +21,7 @@ setuptools.setup(
         "cfscrape",
         "requests",
         "webbot",
+        "python-dateutil",
     ],
     classifiers=[
         "Programming Language :: Python :: 3",