Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Nov 23, 2023
1 parent 8114078 commit 9eb611c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ def find_source_url(*file_paths):
"Flask-Cors",
"flask-smorest ~= 0.18.4",
"marshmallow ~= 3.0",
"PyYAML ~= 5.1",
"Cython < 3.0",
# see https://github.com/yaml/pyyaml/issues/601
# see https://github.com/yaml/pyyaml/issues/723
# see https://github.com/yaml/pyyaml/issues/724
"PyYAML ~= 6.0.1",
# see https://stackoverflow.com/questions/72191560/importerror-cannot-import-name-soft-unicode-from-markupsafe
"markupsafe==2.0.1",
],
python_requires="~= 3.5",
extras_require={
Expand Down

0 comments on commit 9eb611c

Please sign in to comment.