-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (31 loc) · 816 Bytes
/
pyproject.toml
File metadata and controls
31 lines (31 loc) · 816 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
30
31
[project]
name = "fake-store-api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"bson>=0.5.10",
"channels>=4.3.1",
"channels-redis>=4.3.0",
"colorlog>=6.9.0",
"daphne>=4.2.1",
"django>=5.2.4",
"django-cors-headers>=4.7.0",
"django-countries>=7.6.1",
"django-extensions>=4.1",
"django-filter>=25.1",
"django-jazzmin>=3.0.1",
"django-phonenumber-field>=8.1.0",
"django-storages>=1.14.6",
"djangorestframework>=3.16.0",
"djangorestframework-simplejwt>=5.5.1",
"drf-standardized-errors>=0.15.0",
"easyswitch>=0.1.2",
"phonenumbers>=9.0.10",
"pillow>=11.3.0",
"py3-infobip>=0.0.4",
"python-dotenv>=1.1.1",
"requests>=2.31.0",
"simplejson>=3.20.1",
]