Skip to content

Commit

Permalink
Merge pull request #4 from mgmarino/fix-toml-import
Browse files Browse the repository at this point in the history
Add toml module as explicit requirement
  • Loading branch information
dfm committed Jul 20, 2021
2 parents dcd7789 + 62f2448 commit 40deaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def get_long_description() -> str:
py_modules=["black_nbconvert"],
python_requires=">=3.6",
zip_safe=False,
install_requires=["black", "nbconvert"],
install_requires=["black", "nbconvert", "toml"],
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
Expand Down

0 comments on commit 40deaab

Please sign in to comment.