-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
39 lines (37 loc) · 939 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
[tool.poetry]
name = "anitrend"
version = "0.2.1"
description = ""
authors = ["Maxwell <[email protected]>"]
license = "GPL"
readme = "README.md"
packages = []
[tool.poetry.dependencies]
python = "^3.10"
uplink = "0.9.7"
requests = "2.32.3"
marshmallow = "3.23.1"
python-decouple = "3.8"
django-filter = "24.3"
graphene-django = "3.2.2"
graphene-django-extras = { git = "https://github.com/anitrend/graphene-django-extras.git", tag = "0.1.1" }
django-cors-headers = "4.6.0"
graphene = "3.4.3"
django-enumfield = "3.1"
django-graphql-playground = "1.0"
django-extensions = "3.2.3"
django-q2 = "1.7.4"
django = "5.1.4"
dependency_injector = "4.44.0"
serde = "0.9.0"
gunicorn = "23.0.0"
psycopg2-binary = "2.9.10"
reactivex = "4.0.4"
pyxtension = "1.16.11"
ua-parser = "1.0.0"
growthbook = "1.1.0"
logtail-python = "0.3.2"
brotli = "1.1.0"
[build-system]
requires = ["poetry>=1.0.0"]
build-backend = "poetry.core.masonry.api"