Skip to content

Commit b8392a6

Browse files
committed
add deprecated
1 parent df7d46b commit b8392a6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ sasctl requires the following Python packages be installed.
3939
If not already present, these packages will be downloaded and installed automatically.
4040
- requests
4141
- six
42+
- deprecated
4243

4344
The following additional packages are recommended for full functionality:
4445
- swat

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def get_file(filename):
4444
python_requires='>=2.7',
4545
install_requires=[
4646
'requests',
47-
'six >= 1.11'
47+
'six >= 1.11',
48+
'deprecated'
4849
],
4950
extras_require = {
5051
'swat': ['swat'],

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ deps =
5757
flake8: flake8==3.7.7
5858
codecov: codecov >= 1.4.0
5959
doc: sphinx == 1.8
60+
doc: deprecated == 1.2.6
6061

6162
setenv =
6263
tests: SASCTL_USER_NAME=dummy

0 commit comments

Comments
 (0)