26 lines
643 B
Diff
26 lines
643 B
Diff
From af93b7114fff07474cff9958830d6bbcb55fae26 Mon Sep 17 00:00:00 2001
|
|
From: algorithmofdish <hexiujun1@huawei.com>
|
|
Date: Tue, 2 Aug 2022 20:04:09 +0800
|
|
Subject: [PATCH] remove unused install require
|
|
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index d885f69..d2d2012 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -44,7 +44,7 @@ setup(
|
|
'Programming Language :: Python :: 3',
|
|
],
|
|
|
|
- install_requires=['requests>=2.7.0', 'future', 'datetime'],
|
|
+ install_requires=['requests>=2.7.0', 'future'],
|
|
|
|
keywords='database ORM nosql arangodb driver validation',
|
|
|
|
--
|
|
2.27.0
|
|
|