-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
43 lines (38 loc) · 943 Bytes
/
pyproject.toml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "po8klasie_fastapi"
version = "0.1.0"
description = ""
authors = ["Michał Oręziak <micorix.dev@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.95.0"
pydantic = "^1.10.6"
SQLAlchemy = "^1.4.29"
psycopg2-binary = "^2.9.5"
requests = "^2.28.2"
openpyxl = "^3.1.1"
overpy = "^0.6"
geopy = "^2.3.0"
geojson = "2.5.0"
shapely = "^2.0.1"
GeoAlchemy2 = "^0.13.1"
click = "^8.1.3"
sentry-sdk = "^1.16.0"
uvicorn = {extras = ["standard"], version = "^0.21.0"}
fastapi-pagination = {extras = ["sqlalchemy"], version = "^0.11.4"}
factory-boy = "^3.2.1"
faker-education = "^1.2.1"
isort = "^5.12.0"
morecantile = "^3.3.0"
[tool.poetry.dev-dependencies]
black = "^23.1.0"
flake8 = "^6.0.0"
pyright = "^1.1.298"
pytest = "^7.2.2"
[tool.poetry.group.dev.dependencies]
httpx = "^0.23.3"
[tool.isort]
profile = "black"
[build-system]
requires = ["poetry-core>=1.4.0"]
build-backend = "poetry.core.masonry.api"