init

parents
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
[tool.poetry]
name = "vychmat-system-2021"
version = "0.1.0"
description = ""
authors = ["arseniiarsenii <arseniivelichko2@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
typer = "^0.4.0"
[tool.poetry.dev-dependencies]
mypy = "^0.910"
black = "^21.9b0"
flake8 = "^4.0.1"
pytest = "^6.2.5"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment