-
-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathPipfile.lock
70 lines (70 loc) · 1.72 KB
/
Pipfile.lock
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
{
"_meta": {
"hash": {
"sha256": "33d542762343904410240e13090dddc5d9408ab37b7d2223b2be9e9164f67e27"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.12"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"asgiref": "*",
"astroid": "*",
"autopep8": "*",
"certifi": "*",
"charset-normalizer": "*",
"coreapi": "*",
"coreschema": "*",
"dill": "*",
"django": "*",
"django-anymail": "*",
"django-cors-headers": "*",
"django-picklefield": "*",
"django-q2": "*",
"django-webpack-loader": "*",
"djangorestframework": "*",
"gevent": "*",
"greenlet": "*",
"gunicorn": "*",
"idna": "*",
"importlib-metadata": "*",
"isort": "*",
"itypes": "*",
"jinja2": "*",
"markdown": "*",
"markupsafe": "*",
"mccabe": "*",
"packaging": "*",
"pip-licenses": "*",
"platformdirs": "*",
"postgres": "*",
"prettytable": "*",
"psycopg2-binary": "*",
"pycodestyle": "*",
"pylint": "*",
"python-dateutil": "*",
"pytz": "*",
"pyyaml": "*",
"requests": "*",
"six": "*",
"sqlparse": "*",
"tomli": "*",
"tomlkit": "*",
"typing-extensions": "*",
"uritemplate": "*",
"urllib3": "*",
"wcwidth": "*",
"zipp": "*",
"zope.event": "*",
"zope.interface": "*"
},
"develop": {}
}