-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
41 lines (38 loc) · 904 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
[project]
name = "DjangoBlog"
version = "0.0.1"
requires-python = "~=3.10"
dependencies = [
"django>=4.2.16, <5",
"django-braces==1.15.0",
"django-crispy-forms==1.14.0",
"django-filter==22.1",
"django-gravatar2==1.4.4",
"django-model-utils==4.2.0",
"django-star-ratings==0.9.2",
"django-utils-six==2.0",
"django-widget-tweaks==1.4.12",
"djangorestframework>=0.3.15",
"markdown==3.4.1",
"pbr==5.9.0",
"pillow==10.3.0",
"pytz==2022.1",
"six==1.16.0",
"sqlparse==0.5.0",
"stevedore==3.5.0",
"swapper==1.3.0",
"virtualenv>=20.26.6",
"virtualenv-clone==0.5.7",
"virtualenvwrapper==4.8.4",
"gunicorn==23.0.0",
"psycopg2-binary>=2.9.10",
"setuptools>=75.8.0",
"asgiref>=3.8.1",
"filelock>=3.17.0",
"distlib>=0.3.9",
"platformdirs>=4.3.6",
]
[dependency-groups]
dev = []
[tool.uv]
package = false