Skip to content

Commit

Permalink
Bug fix package is called pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Mar 8, 2023
1 parent e2d7fb7 commit cf1e438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ sphinx_rtd_theme >=0.5.2
sphinx-autodoc-typehints
sshtunnel
workalendar
yaml
pyyaml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def read(fname):
"sqlalchemy < 1.4.0",
"sshtunnel",
"workalendar",
"yaml",
"pyyaml",
]

dev_requirements = [
Expand Down

0 comments on commit cf1e438

Please sign in to comment.