forked from liangliangyy/DjangoBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
76 lines (76 loc) · 1.82 KB
/
Copy pathpyproject.toml
File metadata and controls
76 lines (76 loc) · 1.82 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[project]
name = "djangoblog"
version = "0.1.0"
description = "A Django blog application"
readme = "README.md"
requires-python = ">=3.10, <3.13"
dependencies = [
"bleach==6.2.0",
"borax==4.1.3",
"bottle==0.13.2",
"certifi==2025.1.31",
"cffi==1.17.1",
"charset-normalizer==3.4.1",
"colorama==0.4.6",
"coverage==7.8.0",
"django==5.2.4",
"django-appconf==1.1.0",
"django-compressor==4.5.1",
"django-echarts==0.6.0",
"django-haystack==3.3.0",
"django-ipware==7.0.1",
"django-mdeditor==0.1.20",
"django-uuslug==2.0.0",
"elasticsearch==7.16.1",
"elasticsearch-dsl==7.4.0",
"frozenlist==1.5.0",
"gevent==23.9.1",
"greenlet==3.2.2",
"htmlgenerator==1.2.32",
"idna==3.10",
"jieba==0.42.1",
"jinja2==3.1.6",
"jsonpickle==5.0.0rc1",
"markdown==3.5",
"markupsafe==3.0.2",
"multidict==6.2.0",
"mysqlclient==2.2.7",
"openai==0.28.1",
"packaging==24.2",
"pillow==11.3.0",
"prettytable==3.16.0",
"propcache==0.3.1",
"psycopg2>=2.9.10",
"pycparser==2.22",
"pyecharts==2.0.8",
"pygments==2.19.1",
"python-dateutil==2.9.0.post0",
"python-ipware==3.0.0",
"python-logstash==0.4.8",
"python-slugify==8.0.4",
"pytz==2025.2",
"rcssmin==1.1.2",
"redis==6.0.0",
"requests==2.32.4",
"rjsmin==1.2.2",
"setuptools==78.1.1",
"simplejson==3.20.1",
"six==1.17.0",
"sqlparse==0.5.3",
"text-unidecode==1.3",
"tqdm==4.67.1",
"typing-extensions==4.14.0",
"tzdata==2025.2",
"ua-parser==1.0.1",
"ua-parser-builtins==0.18.0.post1",
"urllib3==1.26.20",
"user-agents==2.2.0",
"wcwidth==0.2.13",
"webencodings==0.5.1",
"werobot==1.13.1",
"whoosh==2.7.4",
"xmltodict==0.14.2",
"yarl==1.20.0",
"zope-event==5.0",
"zope-interface==7.2",
]