Remove unused dependency on sortedcontainers (#525)

* Remove unused sortedcontainers package

* Fix changelog format

* Fix a link to the PR

* Update CHANGELOG.md

Co-authored-by: Pieter Marsman <pietermarsman@gmail.com>
pull/522/head^2
estshorter 2020-10-24 22:55:22 +09:00 committed by GitHub
parent c8cceb7c58
commit 61300eef70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,11 @@ All notable changes in pdfminer.six will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Removed
- Unused dependency on `sortedcontainers` package ([#525](https://github.com/pdfminer/pdfminer.six/pull/525))
## [20201018]
### Deprecated

View File

@ -15,7 +15,6 @@ setup(
install_requires=[
'chardet ; python_version > "3.0"',
'cryptography',
'sortedcontainers',
],
extras_require={
"dev": ["nose", "tox"],