-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (42 loc) · 1.08 KB
/
pyproject.toml
File metadata and controls
44 lines (42 loc) · 1.08 KB
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
[tool.poetry]
name = "fyreplace-api"
version = "0.0.0"
description = "Fyreplace API"
authors = []
license = "AGPL-3.0-or-later"
readme = "README.md"
packages = []
[tool.poetry.dependencies]
black = "~25.12"
boto3 = "~1.42"
celery = {extras = ["redis"], version = "~5.6"}
django = {extras = ["argon2"], version = "~5.2"}
django-anymail = {extras = ["mailgun"], version = "~13.1"}
django-celery-beat = "~2.8"
django-extensions = "~4.1"
django-storages = {extras = ["boto3"], version = "~1.14"}
django-stubs = "~5.2"
email-validator = "~2.3"
firebase-admin = "~7.1"
grpcio = "~1.76"
grpcio-tools = "~1.76"
grpc-interceptor = "~0.15"
httpx = {extras = ["http2"], version = "~0.28"}
ipython = "~9.8"
isort = "~7.0"
mysqlclient = "~2.2"
pillow = "~12.0"
psycopg = "~3.3"
pyjwt = {extras = ["crypto"], version = "~2.10"}
pytest-django = "~4.11"
pytest-xdist = {extras = ["psutil"], version = "~3.8"}
python = "~3.14"
python-dotenv = "~1.2"
python-magic = "~0.4"
qrcode = "~8.2"
rollbar = "~1.3"
tqdm = "~4.67"
uvicorn = "~0.40"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"