Skip to content

Commit

Permalink
Merge pull request #823 from jmmshn/patch_ruame
Browse files Browse the repository at this point in the history
Fixe ruamel.yaml dependency
  • Loading branch information
Jason Munro authored Jul 11, 2023
2 parents 84b589c + 6623a78 commit a0a0dd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ mkdocs-material==8.3.9
mkdocs-minify-plugin==0.5.0
mkdocstrings==0.18.1
jinja2<3.2.0
ruamel-yaml<18.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
include_package_data=True,
install_requires=[
"setuptools",
"ruamel.yaml<0.18",
"pydantic<=1.10.11",
"pydantic>=0.32.2",
"pymongo>=4.2.0",
Expand Down

0 comments on commit a0a0dd1

Please sign in to comment.