Skip to content

Commit

Permalink
[fix] pyparsing: lock pyparsing to 2.4.7 to fix the webui log page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kristenmills committed May 20, 2022
1 parent e63019e commit ad8d076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Expand Up @@ -26,6 +26,6 @@ flask-login>=0.4.0
flask-restful>=0.3.3
flask-restx==0.5.1
flask>=0.7
pyparsing>=2.4.7
pyparsing==2.4.7
werkzeug<2.1.0 # Flask-login incompatibility https://github.com/maxcountryman/flask-login/issues/636
zxcvbn-python
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -108,7 +108,7 @@ pygments==2.11.2
# via rich
pynzb==0.1.0
# via -r requirements.in
pyparsing==3.0.7
pyparsing==2.4.7
# via -r requirements.in
pyrsistent==0.18.0
# via jsonschema
Expand Down

0 comments on commit ad8d076

Please sign in to comment.