-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (25 loc) · 828 Bytes
/
pyproject.toml
File metadata and controls
29 lines (25 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tool.poetry]
name = "api-gateway"
version = "0.3.1"
description = ""
authors = ["Kalinka George <xitowzys@gmail.com>"]
readme = "README.md"
packages = [{include = "api_gateway"}]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.88.0"
fastapi-gateway-ultra = { git = "https://github.com/gnss-lab/FastAPI-Gateway-Ultra.git", tag = "0.1.1-SNAPSHOT" }
loguru = "^0.7.0"
uvicorn-loguru-integration = "^0.3.0"
environs = "^9.5.0"
python-multipart = "^0.0.5"
fastapi-gateway-auto-generate = { git = "https://github.com/gnss-lab/FastAPI-Auto-Generate-Gateway.git", tag = "0.3.3-SNAPSHOT" }
python-logstash = "^0.4.8"
aiohttp = "^3.8.3"
async-timeout = "^4.0.3"
makefun = "^1.15.2"
[tool.poetry.group.dev.dependencies]
autopep8 = "^2.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"