Created
January 31, 2023 12:09
-
-
Save rjalexa/79a965f1f17e424dcfa830251f0a6a04 to your computer and use it in GitHub Desktop.
As created by the poetry new command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "rssita" | |
version = "0.1.0" | |
description = "" | |
authors = ["Robert YYYYYYYYY <[email protected]>"] | |
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