File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ sasctl requires the following Python packages be installed.
39
39
If not already present, these packages will be downloaded and installed automatically.
40
40
- requests
41
41
- six
42
+ - deprecated
42
43
43
44
The following additional packages are recommended for full functionality:
44
45
- swat
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ def get_file(filename):
44
44
python_requires = '>=2.7' ,
45
45
install_requires = [
46
46
'requests' ,
47
- 'six >= 1.11'
47
+ 'six >= 1.11' ,
48
+ 'deprecated'
48
49
],
49
50
extras_require = {
50
51
'swat' : ['swat' ],
Original file line number Diff line number Diff line change 57
57
flake8: flake8 ==3.7.7
58
58
codecov: codecov >= 1.4.0
59
59
doc: sphinx == 1.8
60
+ doc: deprecated == 1.2.6
60
61
61
62
setenv =
62
63
tests: SASCTL_USER_NAME =dummy
You can’t perform that action at this time.
0 commit comments