-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
55 lines (51 loc) · 1.05 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
[tool.poetry]
name = "openfoodfacts-events"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "0.70.1"
uvicorn = "0.17.6"
SQLAlchemy = "1.4.35"
starlette-exporter = "0.12.0"
psycopg2-binary = "2.9.1"
anyio = "3.3.4"
asgiref = "3.4.1"
attrs = "21.2.0"
black = "22.3.0"
certifi = "2021.10.8"
cffi = "1.15.0"
charset-normalizer = "2.0.12"
click = "8.0.3"
greenlet = "1.1.2"
h11 = "0.13.0"
idna = "3.3"
iniconfig = "1.1.1"
isort = "5.10.1"
mypy-extensions = "0.4.3"
packaging = "21.3"
pathspec = "0.9.0"
platformdirs = "2.5.2"
pluggy = "1.0.0"
prometheus-client = "0.12.0"
py = "1.11.0"
pycparser = "2.20"
pydantic = "1.9.0"
pyparsing = "2.4.7"
pytest = "7.1.1"
regex = "2023.3.23"
requests = "2.26.0"
six = "1.16.0"
sniffio = "1.2.0"
starlette = "0.16.0"
toml = "0.10.2"
tomli = "2.0.1"
typing-extensions = "4.2.0"
urllib3 = "1.26.9"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
pytest-dotenv = "^0.5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"