mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Initial pass of removing Python 2 support
This commit removes Six as a dependency for Pelican, replacing the relevant aliases with the proper Python 3 imports. It also removes references to Python 2 logic that did not require Six.
This commit is contained in:
parent
ae73d06301
commit
1e0e541b57
43 changed files with 126 additions and 459 deletions
|
|
@ -37,7 +37,6 @@ unidecode = "^1.1"
|
|||
python-dateutil = "^2.8"
|
||||
docutils = "^0.14"
|
||||
markdown = {version = "~3.1.1", optional = true}
|
||||
six = "^1.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
BeautifulSoup4 = "^4.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue