-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
46 lines (36 loc) · 812 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"
[packages]
dateutils = "==0.6.6"
django-ckeditor = "==5.7.1"
django-extensions = "==1.7.5"
django-filter = "==1.0.4"
django-measurement = "==2.4.0"
django-multiselectfield = "==0.1.8"
Django = "<2.0"
graphene-django = ">=2.0.0"
graphene = "==2.0.1"
isoweek = "==1.3.3"
jsonfield = "==2.0.2"
"mailchimp3" = "==2.0.11"
Markdown = "==2.6.7"
measurement = "==1.8.0"
nameparser = "==0.5.1"
phonenumbers = "==8.8.8"
Pillow = "==4.0.0"
probableparsing = "==0.0.1"
pyDes = "==2.0.1"
PyJWT = "==1.5.3"
python-crfsuite = "==0.9.5"
python-dateutil = "==2.6.1"
pytz = "==2017.2"
qrcode = "==5.3"
raven = "==6.5.0"
requests = "==2.13.0"
simplejson = "==3.10.0"
usaddress = "==0.5.10"
[dev-packages]
[requires]
python_version = "3.6"