File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
- DeepSearch: Search for objects within other objects.
13
13
- DeepHash: Hash any object based on their content.
14
14
15
- Tested on Python 3.6 + and PyPy3.
15
+ Tested on Python 3.7 + and PyPy3.
16
16
17
17
- ** [ Documentation] ( https://zepworks.com/deepdiff/6.1.0/ ) **
18
18
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def get_reqs(filename):
28
28
29
29
setup (name = 'deepdiff' ,
30
30
version = version ,
31
- description = 'Deep Difference and Search of any Python object/data.' ,
31
+ description = 'Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other. ' ,
32
32
url = 'https://github.com/seperman/deepdiff' ,
33
33
download_url = 'https://github.com/seperman/deepdiff/tarball/master' ,
34
34
author = 'Seperman' ,
@@ -42,15 +42,14 @@ def get_reqs(filename):
42
42
long_description = long_description ,
43
43
long_description_content_type = 'text/markdown' ,
44
44
install_requires = reqs ,
45
- python_requires = '>=3.6 ' ,
45
+ python_requires = '>=3.7 ' ,
46
46
extras_require = {
47
47
"cli" : cli_reqs ,
48
48
},
49
49
classifiers = [
50
50
"Intended Audience :: Developers" ,
51
51
"Operating System :: OS Independent" ,
52
52
"Topic :: Software Development" ,
53
- "Programming Language :: Python :: 3.6" ,
54
53
"Programming Language :: Python :: 3.7" ,
55
54
"Programming Language :: Python :: 3.8" ,
56
55
"Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments