Initialize python project via poetry init

This commit is contained in:
Jaculabilis 2022-08-11 23:34:58 +00:00
parent 243b01e156
commit 435ef9d77e
1 changed files with 14 additions and 0 deletions

14
server/pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[tool.poetry]
name = "intake"
version = "0.1.0"
description = ""
authors = ["Jaculabilis <jaculabilis@git.alogoulogoi.com>"]
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"