File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,6 @@ Install using pip::
2626
2727 pip install CMRESHandler
2828
29- Requirements Python 2
30- =====================
31- This library requires the following dependencies
32- - elasticsearch
33- - requests
34- - enum
35-
36-
3729Requirements Python 3
3830=====================
3931This library requires the following dependencies
Original file line number Diff line number Diff line change 99# To use a consistent encoding
1010from codecs import open
1111from os import path
12- import sys
1312
1413here = path .abspath (path .dirname (__file__ ))
1514
2221 'requests'
2322]
2423
25- # If python version is above 3.4 (built in enums supported enums)
26- if sys .version_info <= (3 ,4 ):
27- dependencies .append ('enum' )
28-
2924print ("List of dependencies : {0}" .format (str (dependencies )))
3025
3126setup (
6762
6863 # Specify the Python versions you support here. In particular, ensure
6964 # that you indicate whether you support Python 2, Python 3 or both.
70- 'Programming Language :: Python :: 2.7' ,
7165 'Programming Language :: Python :: 3.6' ,
7266 ],
7367
You can’t perform that action at this time.
0 commit comments