-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
46 lines (43 loc) · 958 Bytes
/
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.10.6"
[packages]
gunicorn = "~=20.0.4"
whitenoise = "~=5.1.0"
brotlipy = "~=0.7.0"
psycopg2 = "~=2.8.5"
django = "~=3.0.7"
django-environ = "~=0.4.5"
django-localflavor = "~=3.0.1"
django-lifecycle = "~=0.7.6"
djangorestframework = "~=3.11.0"
social-auth-app-django = "~=3.4.0"
pendulum = "~=2.1.0"
phonenumbers = "~=8.12.5"
semantic-version = "~=2.8.5"
django-impersonate = "*"
sentry-sdk = "~=0.14.4"
[dev-packages]
django-debug-toolbar = "*"
pdbpp = "*"
ptvsd = "*"
pytest = "*"
pytest-django = "*"
black = "==19.10b0"
flake8 = "*"
pep8-naming = "*"
flake8-import-order = "*"
flake8-builtins = "*"
flake8-docstrings = "*"
flake8-rst-docstrings = "*"
flake8-eradicate = "*"
flake8-comprehensions = "*"
flake8-functions = "*"
flake8-cognitive-complexity = "*"
flake8-broken-line = "*"
flake8-bugbear = "*"
flake8-django = "*"
yamllint = "*"