Skip to content

Instantly share code, notes, and snippets.

@Celeborn2BeAlive
Created October 22, 2020 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Celeborn2BeAlive/a94feac94d03a4057a1a11095de7bc91 to your computer and use it in GitHub Desktop.
Save Celeborn2BeAlive/a94feac94d03a4057a1a11095de7bc91 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test_project"
version = "0.1.0"
description = ""
authors = ["Laurent 'c2ba' NOËL"]
license = "MIT"
[tool.poetry.dependencies]
python = "3.8.5"
[tool.poetry.dev-dependencies]
black = "^20.8b1"
coverage = {extras = ["toml"], version = "^5.3"}
isort = "^5.6.4"
pytest = "^6.1.1"
pytest-cov = "^2.10.1"
pytest-mock = "^3.3.1"
flake8 = "^3.8.4"
flake8-black = "^0.2.1"
flake8-isort = "^4.0.0"
flake8-bugbear = "^20.1.4"
flake8-bandit = "^2.1.2"
safety = "^1.9.0"
pre-commit = "^2.7.1"
pep8-naming = "^0.11.1"
mypy = "^0.790"
typeguard = "^2.10.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment