Skip to content

Instantly share code, notes, and snippets.

@rjalexa
Created January 31, 2023 12:09
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 rjalexa/79a965f1f17e424dcfa830251f0a6a04 to your computer and use it in GitHub Desktop.
Save rjalexa/79a965f1f17e424dcfa830251f0a6a04 to your computer and use it in GitHub Desktop.
As created by the poetry new command
[tool.poetry]
name = "rssita"
version = "0.1.0"
description = ""
authors = ["Robert YYYYYYYYY <XXXXXXXXX@gmail.com>"]
readme = "README.md"
packages = [{include = "rssita", from = "src"}]
[tool.poetry.dependencies]
python = "^3.11"
[tool.poetry.group.dev.dependencies]
pytest-cov = "^4.0.0"
pre-commit = "^3.0.2"
flake8 = "^6.0.0"
mypy = "^0.991"
isort = "^5.12.0"
black = "^22.12.0"
[build-system]
requires = ["poetry-core"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment