-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
45 lines (42 loc) · 865 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto3 = ">=1.1.19"
django = ">=3.0.0"
django-debug-toolbar = ">=2.1"
django-heroku = "*"
django-localflavor = "==2.1"
django-maintenance-mode = ">=0.14.0"
django-modeltranslation = ">=0.13"
django-s3direct = ">=1.1.1"
django-storages = ">=1.7.1"
freezegun = "*"
gunicorn = ">=19.9.0"
django-phonenumber-field = "*"
pdfrw = "==0.4"
phonenumberslite = "*"
#pillow-simd = "==6.0.0.post0"
psycopg2-binary = "*"
pytz = "==2018.5"
whitenoise = "*"
weasyprint = "*"
django-active-link = "*"
python-binary-memcached = "*"
django-bmemcached = "*"
pyyaml = "*"
transifex-client = "*"
[dev-packages]
black = "==21.6b0"
coverage = "*"
codecov = "*"
freezegun = "*"
isort = "*"
mock = "*"
pre-commit = "==1.11.0"
PyHamcrest = "*"
tblib = "*"
PyPDF2 = "*"
[requires]
python_version = "3.8"