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:
authorwangc <wangchuan2008888@qq.com>2017-02-27 16:01:29 +0300
committerwangc <wangchuan2008888@qq.com>2017-02-27 16:01:29 +0300
commitd3a44f07cb33dbdfb2a53ad9fb18b4413794fb61 (patch)
tree68709a79bd5cf447fd54dc6749bb18173e4d54fa
parent25fd56e1d128a2b5008f1384a7b1e8f9fe354668 (diff)
dateutil would cause a erro of pip
-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',
]
)