-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
38 lines (35 loc) · 832 Bytes
/
Pipfile
File metadata and controls
38 lines (35 loc) · 832 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "~=3.7.9"
flake8-commas = "~=2.0.0"
freezegun = "==0.3.14"
factory-boy = "~=2.12"
[packages]
django = "~=3.0"
zappa = "~=0.48"
psycopg2-binary = "~=2.8"
djangorestframework = "~=3.11"
djangorestframework-jsonapi = {extras = ["django-filter"],version = "~=3.0"}
django-debug-toolbar = "~=2.2"
django-model-utils = "~=4.0"
django-money = "~=1.0"
requests = "~=2.22"
pillow = "~=7.0"
uritemplate = "~=3.0"
mercadopago = "~=1.1"
py3afipws = "~=0.10"
httplib2 = "~=0.18"
py3simplesoap = "~=0.1"
pyopenssl = "~=19.1"
django-templated-email = "~=2.3"
django-cors-headers = "~=3.2"
django-storages = "~=1.9"
django-amazon-ses = "~=3.0"
sentry-sdk = "~=0.14"
weasyprint = "~=51"
python-barcode = "~=0.11"
[requires]
python_version = "3.7"