-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPipfile
More file actions
61 lines (58 loc) · 1.21 KB
/
Pipfile
File metadata and controls
61 lines (58 loc) · 1.21 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
unittest-xml-reporting = ">=3.0.2"
django-debug-toolbar = "*"
django-extensions = "*"
ruff = "*"
coverage = "*"
[packages]
dj-database-url = "*"
djangorestframework = "*"
sentry-sdk = "*"
django = ">=5"
django-labs-accounts = "*"
drf-nested-routers = "*"
"bs4" = "*"
bleach = "==4.1.0"
django-cors-headers = "*"
uritemplate = "*"
pyyaml = "*"
django-storages = "*"
pillow = "*"
"boto3" = "*"
django-phonenumber-field = "*"
phonenumbers = "*"
qrcode = "*"
python-dateutil = "*"
psycopg2 = "*"
django-simple-history = "*"
channels = {extras = ["daphne"], version = "*"}
django-runtime-options = "*"
social-auth-app-django = "*"
django-redis = "*"
channels-redis = "*"
uwsgi = {version ="==2.0.24", sys_platform = "== 'linux'"}
uvloop = {version = "*", sys_platform = "== 'linux'"}
uvicorn = {extras = ["standard"], version = "*"}
gunicorn = "*"
httptools = "*"
ics = "*"
urlextract = "*"
jsonref = "*"
unittest-xml-reporting = "*"
tblib = "*"
pre-commit = "*"
django-clone = "*"
click = "==8.0.4"
jinja2 = "*"
pandas = "*"
drf-excel = "*"
numpy = "*"
inflection = "*"
cybersource-rest-client-python = "*"
pyjwt = "*"
[requires]
python_version = "3.11"