Skip to content

Instantly share code, notes, and snippets.

@adithyabsk
Created July 30, 2019 21:49
Show Gist options
  • Save adithyabsk/9d708e1546c3988c9654442fad484af3 to your computer and use it in GitHub Desktop.
Save adithyabsk/9d708e1546c3988c9654442fad484af3 to your computer and use it in GitHub Desktop.
Building the pyproject.toml file
poetry add click
poetry add toml
poetry add sphinx --optional
poetry add sphinx_rtd_theme --optional
poetry add flake8 -D
poetry add xdoctest -D
poetry add flake8-docstrings -D
poetry add pydocstyle -D
poetry add black -D --allow-prereleases
poetry add isort -E pyproject
poetry add pytest-cov -D
poetry add pytest-mock -D
poetry add coverage -D
poetry add tox -D
poetry add towncrier -D
poetry add pre-commit -D
poetry add sphinx -D
poetry add sphinx_rtd_theme -D
poetry add toml -D
poetry add darglint -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment