-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
40 lines (37 loc) · 965 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
[tool.poetry]
name = "sinagram-django"
version = "0.1.0"
description = "a minimal messenger like telegram!"
authors = ["sinasezza <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
asgiref = "3.7.2"
certifi = "2024.2.2"
charset-normalizer = "3.3.2"
colorclass = "2.2.2"
django = "5.0.3"
docopt = "0.6.2"
idna = "3.6"
packaging = "23.2"
pillow = "10.3.0"
pip-upgrade = "0.0.6"
pip-upgrader = "1.4.15"
psycopg2 = "2.9.9"
requests = "2.31.0"
sqlparse = "0.4.4"
terminaltables = "3.1.10"
tzdata = "2023.4"
urllib3 = "2.2.0"
poetry-plugin-export = "^1.7.1"
fontawesomefree = "^6.5.1"
django-browser-reload = "^1.12.1"
django-phonenumber-field = {extras = ["phonenumbers"], version = "^7.3.0"}
crispy-bootstrap5 = "^2024.2"
django-crispy-forms = "^2.1"
ruff = "^0.3.5"
channels = {extras = ["daphne"], version = "^4.1.0"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"