Skip to content

Commit 3b5697e

Browse files
Update MarkupSafe to working version
I tried running this program for a project, however 1.0 of markupsafe wouldn't install due to import errors. 1.1.0 works.
1 parent 0407526 commit 3b5697e

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
@@ -9,7 +9,7 @@ Flask-WTF==0.14.2
99
humanize==0.5.1
1010
itsdangerous==0.24
1111
Jinja2==2.9.6
12-
MarkupSafe==1.0
12+
MarkupSafe==1.1.0
1313
packaging==16.8
1414
pbr==3.1.1
1515
psutil==5.3.1

0 commit comments

Comments
 (0)