diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-09-05 22:56:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-05 22:56:02 +0900 |
| commit | aa3e590d5eafeb4218730960e9bc6982822b03e4 (patch) | |
| tree | 77b3852093ede4b1a926062d5372aa196b679586 /setup.py | |
| parent | 79de756423fe7844a14a43653c42d235c1421cde (diff) | |
| parent | a7cab001d9ccb1d93b28f8dc03271f2b28586830 (diff) | |
| download | sphinx-git-aa3e590d5eafeb4218730960e9bc6982822b03e4.tar.gz | |
Merge pull request #5370 from tk0miya/drop_deprecated_methods
Drop APIs deprecated in 2.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ install_requires = [ 'requests>=2.0.0', 'setuptools', 'packaging', - 'sphinxcontrib-websupport', ] extras_require = { |
