added poetry files

This commit is contained in:
2022-05-09 16:33:42 +03:00
parent c33aa02370
commit 28cc22d2bc
2 changed files with 22 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[tool.poetry]
name = "markettrade"
version = "0.1.0"
description = ""
authors = ["Mark <strategy155@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"