Skip to content

Commit

Permalink
setup: fix setup script
Browse files Browse the repository at this point in the history
* Deletes --no-info from setup script.
* Fixes `flask-wtf` dependency that cause an `Working outside of request context`
  error during user creation with version >= 1.0.0

Co-Authored-by: Peter Weber <peter.weber@rero.ch>
  • Loading branch information
2 people authored and zannkukai committed Nov 9, 2021
1 parent 9b262d1 commit 5a00ad5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 78 deletions.
69 changes: 13 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ coverage = {version = ">=6.0b1", allow-prereleases = true}
DeepDiff = "^5.5.0"
docutils = "<0.18.0"
wtforms = "<3.0.0"
flask-wtf = "<1.0.0"

[tool.poetry.dev-dependencies]
## Python packages development dependencies (order matters)
Expand Down

0 comments on commit 5a00ad5

Please sign in to comment.