-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequirements.txt
85 lines (69 loc) · 1.56 KB
/
requirements.txt
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# dj-database-url
# License: BSD
# Homepage: https://github.com/kennethreitz/dj-database-url
# Author: Kenneth Reitz
dj-database-url==0.3.0
# dj-static
# License: BSD
# Homepage: https://github.com/kennethreitz/dj-static
# Author: Kenneth Reitz
dj-static==0.0.6
# Django
# License: BSD
# Homepage: http://www.djangoproject.com/
# Author: Django Software Foundation
Django==1.8.3
# django-toolbelt
# Homepage: https://devcenter.heroku.com/articles/django
# Author: Kenneth Reitz
django-toolbelt==0.0.1
# djrill
djrill==1.4.0
# googlemaps
googlemaps==2.2
# gunicorn
# License: MIT
# Homepage: http://gunicorn.org
# Author: Benoit Chesneau
gunicorn==19.3.0
# newrelic
newrelic==2.56.0.42
# psycopg2
# License: LGPL with exceptions or ZPL
# Homepage: http://initd.org/psycopg/
# Author: Federico Di Gregorio
psycopg2==2.6.1
# pytz
# License: MIT
# Homepage: http://pythonhosted.org/pytz
# Author: Stuart Bishop
pytz==2015.4
# requests
# License: Apache 2.0
# Homepage: http://python-requests.org
# Author: Kenneth Reitz
requests==2.7.0
# sendgrid
# License: MIT
# Homepage: https://github.com/sendgrid/sendgrid-python/
# Author: Yamil Asusta
sendgrid==1.4.0
# sendgrid-django
# License: MIT
# Homepage: https://github.com/elbuo8/sendgrid-django
# Author: Yamil Asusta
sendgrid-django==1.4.0
# smtpapi
# License: MIT License
# Author: Yamil Asusta, Kane Kim
smtpapi==0.2.0
# static3
# License: LGPL
# Homepage: https://github.com/rmohr/static3
# Author: Roman Mohr
static3==0.6.1
# wheel
# License: MIT
# Homepage: http://bitbucket.org/pypa/wheel/
# Author: Daniel Holth
wheel==0.24.0