-
Notifications
You must be signed in to change notification settings - Fork 3
/
Pipfile
44 lines (41 loc) · 892 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
mypy = "*"
django-stubs = "*"
ipdb = "*"
django-extensions = "*"
[packages]
django = "==2.2.4"
psycopg2 = "==2.8.3"
pytest = "==5.0.1"
pytest-django = "==3.5.1"
pytest-cov = "==2.7.1"
mixer = "==6.1.3"
pytest-xdist = "==1.29.0"
psutil = "==5.6.3"
python-dotenv = "==0.10.3"
django-pdb = "==0.6.2"
bleach = "==3.1.0"
django-filter = "==2.2.0"
django-cors-headers = "==3.0.2"
pillow = "*"
django-bootstrap4 = "==0.0.8"
ipython = "==7.7.0"
django-select2 = "==7.1.0"
djangorestframework = "==3.10.2"
flake8 = "==3.7.8"
django-anymail = "==6.1.0"
ipdb = "==0.12.2"
django-mapbox-location-field = "==0.2.6"
stripe = "==2.34.0"
weasyprint = "==48"
plaid-python = "==3.3.0"
django-extensions = "==2.2.1"
django-optimized-image = "==0.2.0"
pypdf2 = "==1.26.0"
[requires]
python_version = "3.8"