Skip to content

Commit

Permalink
Add pyaml dependency
Browse files Browse the repository at this point in the history
Used to be in docassemble, but now we need to make sure the Dashboard installs pyaml so the Review screen generator works.
  • Loading branch information
BryceStevenWilley authored Jan 3, 2024
1 parent eff33e9 commit d6b35de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def find_package_data(where='.', package='', exclude=standard_exclude, exclude_d
url='https://github.com/SuffolkLITLab/docassemble-ALDashboard',
packages=find_packages(),
namespace_packages=['docassemble'],
install_requires=['PyGithub>=2.1.1', 'docassemble.ALToolbox>=0.9.2', 'openai>=1.0', 'tiktoken'],
install_requires=['PyGithub>=2.1.1', 'docassemble.ALToolbox>=0.9.2', 'openai>=1.0', 'tiktoken', 'pyaml'],
zip_safe=False,
package_data=find_package_data(where='docassemble/ALDashboard/', package='docassemble.ALDashboard'),
)
Expand Down

0 comments on commit d6b35de

Please sign in to comment.