-
Notifications
You must be signed in to change notification settings - Fork 6
/
Pipfile
80 lines (77 loc) · 1.77 KB
/
Pipfile
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
77
78
79
80
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
alabaster = "==0.7.13"
asgiref = "==3.7.2"
astroid = "==3.0.1"
babel = "==2.13.0"
certifi = "==2024.7.4"
charset-normalizer = "==3.3.0"
click = "==8.1.7"
colorama = "==0.4.6"
coverage = "==7.3.2"
cssbeautifier = "==1.14.9"
dill = "==0.3.7"
distlib = "==0.3.7"
django = "==4.2.11"
django-debug-toolbar = "==4.2.0"
djlint = "==1.34.0"
docutils = "==0.18.1"
editorconfig = "==0.12.3"
filelock = "==3.12.4"
html-tag-names = "==0.1.2"
html-void-elements = "==0.1.0"
idna = "==3.7"
imagesize = "==1.4.1"
isort = "==5.12.0"
jinja2 = "==3.1.4"
jsbeautifier = "==1.14.9"
json5 = "==0.9.14"
lazy-object-proxy = "==1.9.0"
livereload = "==2.6.3"
markupsafe = "==2.1.3"
mccabe = "==0.7.0"
packaging = "==23.2"
pathspec = "==0.11.2"
pipenv = "==2023.10.20"
platformdirs = "==3.11.0"
pockets = "==0.9.1"
pycodestyle = "==2.11.1"
pyflakes = "==3.1.0"
pygments = "==2.16.1"
pylint = "==3.0.1"
python-decouple = "==3.8"
pyyaml = "==6.0.1"
regex = "==2023.10.3"
requests = "==2.32.2"
six = "==1.16.0"
snowballstemmer = "==2.2.0"
sphinx = "==7.2.6"
sphinx-autobuild = "==2021.3.14"
sphinx-favicon = "==1.0.1"
sphinx-last-updated-by-git = "==0.3.6"
sphinx-notfound-page = "==1.0.0"
sphinx-prompt = "==1.8.0"
sphinx-rtd-theme = "==1.3.0"
sphinxcontrib-applehelp = "==1.0.7"
sphinxcontrib-devhelp = "==1.0.5"
sphinxcontrib-htmlhelp = "==2.0.4"
sphinxcontrib-jquery = "==4.1"
sphinxcontrib-jsmath = "==1.0.1"
sphinxcontrib-napoleon = "==0.7"
sphinxcontrib-qthelp = "==1.0.6"
sphinxcontrib-serializinghtml = "==1.1.9"
sqlparse = "==0.5.0"
tomlkit = "==0.12.1"
tornado = "==6.4.1"
tqdm = "==4.66.1"
tzdata = "==2023.3"
urllib3 = "==2.2.2"
virtualenv = "==20.24.5"
wrapt = "==1.15.0"
sphinx-toolbox = "*"
[dev-packages]
[requires]
python_version = "3.12"