Skip to content

Commit

Permalink
remove deprecated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwalke2 committed Aug 5, 2019
1 parent 53e5ff3 commit ebc4d3d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -39,7 +39,6 @@ sasctl requires the following Python packages be installed.
If not already present, these packages will be downloaded and installed automatically.
- requests
- six
- deprecated

The following additional packages are recommended for full functionality:
- swat
Expand Down
1 change: 0 additions & 1 deletion doc/index.rst
Expand Up @@ -29,7 +29,6 @@ If not already present, these packages will be downloaded and install automatica

- requests
- six
- deprecated

The following additional packages are recommended for full functionality:

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -44,8 +44,7 @@ def get_file(filename):
python_requires='>=2.7',
install_requires=[
'requests',
'six >= 1.11',
'deprecated'
'six >= 1.11'
],
extras_require = {
'swat': ['swat'],
Expand Down
2 changes: 0 additions & 2 deletions src/sasctl/_services/service.py
Expand Up @@ -9,8 +9,6 @@
import logging
import time

from deprecated.sphinx import versionadded

from .. import core
from ..core import HTTPError, sasctl_command
from ..exceptions import JobTimeoutError
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -56,7 +56,6 @@ deps =
tests: kerberos ; platform_system != "Windows"
codecov: codecov >= 1.4.0
doc: sphinx == 1.8
doc: deprecated == 1.2.6

setenv =
tests: SASCTL_USER_NAME=dummy
Expand Down

0 comments on commit ebc4d3d

Please sign in to comment.