Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2f1320b..9fc2fbc 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,6 @@ setup(
install_requires=[
#'hmac',
#'socket',
- 'dateutil',
+ 'python-dateutil',
]
)