Initial
This commit is contained in:
17
python/pyproject.toml
Normal file
17
python/pyproject.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[tool.poetry]
|
||||
name = "fh-sdk"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Eden Kirin <eden@ekirin.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "fh_sdk"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
requests = "^2.28.2"
|
||||
pydantic = "^1.10.7"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user