-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
51 lines (48 loc) · 1.02 KB
/
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
47
48
49
50
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asana = "==0.6.7"
bleach = "==3.1.0"
celery = "==4.3.0"
cryptography = "==2.3.1"
diff-match-patch = "==20121119"
django-ipware = "==1.1.6"
django-jinja = "==2.3.1"
django-picklefield = "==0.3.2"
django-pglocks = "==1.0.2"
django-sampledatahelper = "==0.4.1"
django-sites = "==0.9"
django-sr = "==0.0.4"
djmail = "==1.0.1"
easy-thumbnails = "==2.4.1"
fn = "==0.4.3"
gunicorn = "==19.9.0"
netaddr = "==0.7.19"
premailer = "==3.0.1"
psd-tools = "==1.8.27"
"psycopg2-binary" = "==2.7.5"
python-dateutil = "==2.7.5"
python-magic = "==0.4.15"
pytz = "*"
raven = "*"
redis = "==2.10.5"
requests = "==2.21.0"
requests_oauthlib = "*"
serpy = "==0.1.1"
webcolors = "==1.9.1"
CairoSVG = "==2.0.3"
Django = ">=1.11.23,<2"
Markdown = "==3.1.1"
Pillow = "*"
Unidecode = "==0.4.20"
Pygments = "==2.2.0"
oauthlib = {extras = ["signedtoken"],version = "*"}
html5lib = "*"
[dev-packages]
coverage = "*"
coveralls = "*"
pytest = "*"
pytest-django = "*"
factory-boy = "*"