First version!
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[tool.poetry]
|
||||
name = "projectorpi-web"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Marijn Doeve <marijn@doeve.me>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
fastapi = {extras = ["all"], version = "^0.92.0"}
|
||||
pydantic = "^1.10.5"
|
||||
projectorpi = {version = "^0.2.0", source = "gitea"}
|
||||
requests = "^2.28.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "gitea"
|
||||
url = "https://gitea.marijndoeve.nl/api/packages/Marijn/pypi/simple"
|
||||
default = false
|
||||
secondary = true
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user