-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
51 lines (48 loc) · 1.02 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
codecov = "*"
black = "==22.3.0"
unittest-xml-reporting = "*"
flake8 = "*"
flake8-absolute-import = "*"
flake8-isort = "*"
flake8-quotes = "*"
django-debug-toolbar = "*"
django-extensions = "*"
parameterized = "*"
tblib = "*"
[packages]
dj-database-url = "*"
djangorestframework = "*"
psycopg2 = "*"
sentry-sdk = "*"
django = "==3.1.7"
django-cors-headers = "==3.11.0"
pyyaml = "*"
uritemplate = "*"
uwsgi = "*"
django-labs-accounts = "==0.7.1"
django-phonenumber-field = {extras = ["phonenumbers"],version = "*"}
drf-nested-routers = "*"
django-email-tools = "*"
twilio = "*"
djangorestframework-camel-case = "*"
django-filter = "*"
celery = "*"
redis = "*"
django-auto-prefetching = "*"
django-rest-live = ">=0.7.0"
channels = "<3"
channels-redis = "*"
uvicorn = {extras = ["standard"],version = "*"}
gunicorn = "*"
django-scheduler = "*"
typing-extensions = "*"
drf-excel = "*"
boto3 = "*"
django-storages = "*"
[requires]
python_version = "3"