diff options
| -rw-r--r-- | pkg/requirements.pip | 1 | ||||
| -rw-r--r-- | setup.py | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/pkg/requirements.pip b/pkg/requirements.pip index f0bff40..2654349 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1 +1,2 @@  pyopenssl +python-dateutil @@ -21,6 +21,7 @@ from setuptools import setup, find_packages  requirements = [      "PyOpenSSL", +    "python-dateutil",  ]  # XXX add classifiers, docs | 
