-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
41 lines (36 loc) · 934 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
[tool.poetry]
name = "realby-project"
version = "0.2.0"
description = ""
authors = ["hanilcome <[email protected]>"]
readme = "README.md"
packages = [{include = "realby_project"}]
[tool.poetry.dependencies]
python = "^3.11"
django = "^4.2"
djangorestframework = "^3.14.0"
django-cors-headers = "^4.1.0"
pillow = "^9.5.0"
django-nextjs = "^2.2.2"
djangorestframework-simplejwt = "^5.2.2"
django-allauth = "^0.54.0"
mysqlclient = "^2.1.1"
dj-rest-auth = "^4.0.1"
django-postgresql = "^0.0.3"
psycopg2 = "^2.9.6"
django-dotenv = "^1.4.2"
channels = {extras = ["daphne"], version = "^4.0.0"}
websocket-client = "^1.6.0"
channels-redis = "^4.1.0"
redis = "^4.5.5"
django-ckeditor = "^6.6.1"
pytest = "^7.4.0"
pytest-django = "^4.5.2"
coverage = "^7.2.7"
pytest-cov = "^4.1.0"
pytest-factoryboy = "^2.5.1"
python-dotenv = "^1.0.0"
daphne = "^4.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"