Sfoglia il codice sorgente

Add missing package in setup

JoostSijm 5 anni fa
parent
commit
86c6fccf8c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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",