Skip to content

Instantly share code, notes, and snippets.

@mijdavis2
Created November 2, 2022 13:02
Show Gist options
  • Save mijdavis2/5a360ec339b1a9b665b2776f65161bd6 to your computer and use it in GitHub Desktop.
Save mijdavis2/5a360ec339b1a9b665b2776f65161bd6 to your computer and use it in GitHub Desktop.
Poetry pre-commit poetry-lock triage poetry.toml
[tool.poetry]
name = "***"
version = "0.1.0"
description = ""
authors = ["mijdavis2 <***>"]
[tool.poetry.dependencies]
python = "3.8.10"
selenium = "3.141.0"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
mypy = "^0.982"
pytest-cov = "^4.0.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