Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 35a2a9d

Browse files
committed
Upgrade markupsafe to fix setuptools error
ImportError: cannot import name 'Feature' from 'setuptools' Setuptools 46 introduced a breaking change and removed Feature support pypa/setuptools#1979 Fixed in pallets/markupsafe#24
1 parent e815496 commit 35a2a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ idna==2.7
1313
imagesize==1.1.0
1414
jinja2==2.10.1
1515
markdown==3.0.1
16-
markupsafe==1.0
16+
markupsafe==1.1.1
1717
packaging==18.0
1818
pandoc==1.0.2
1919
pbr==5.1.0

0 commit comments

Comments
 (0)