Skip to content

Commit 805251d

Browse files
authored
Update requirements.txt
Downgrade Werkzeug because we are using `from werkzeug.contrib.atom import AtomFeed` in the **NeighborlyFrontEnd/app.py** file. As per changelogs available [here](https://werkzeug.palletsprojects.com/en/1.0.x/changes/), the atom is deprecated, and and is better served by a dedicated library `feedwerk` where needed.
1 parent 97e22a7 commit 805251d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NeighborlyFrontEnd/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ MarkupSafe==1.1.1
1212
requests==2.23.0
1313
urllib3==1.25.9
1414
visitor==0.1.3
15-
Werkzeug==1.0.1
15+
Werkzeug==0.16.1

0 commit comments

Comments
 (0)