Skip to content

Commit 2dd887d

Browse files
author
Bojan Jovanovic
committed
Built dependencies from the requirements.in file.
1 parent d36cbed commit 2dd887d

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

requirements/requirements.txt

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile
6+
#
7+
bleach==3.1.0 # via django-markdownify
18
boto3==1.9.33
2-
botocore==1.12.33
9+
botocore==1.12.33 # via boto3, s3transfer
310
dj-database-url==0.5.0
411
dj-static==0.0.6
5-
Django==2.1.7
612
django-choices==1.6.1
713
django-countries==5.3.2
814
django-filter==2.0.0
15+
django-markdownify==0.8.0
916
django-markdownx==2.0.25
1017
django-meta==1.4.1
1118
django-money==0.14.3
1219
django-moneyfield==0.2.1
1320
django-storages==1.7.1
1421
django-tagging==0.4.6
1522
django-taggit==0.23.0
23+
django==2.1.7
1624
djangorestframework==3.9.0
17-
docutils==0.14
25+
docutils==0.14 # via botocore
1826
gunicorn==19.9.0
19-
jmespath==0.9.3
20-
Markdown==3.0.1
27+
jmespath==0.9.3 # via boto3, botocore
28+
markdown==3.0.1
2129
money==1.3.0
22-
Pillow==5.3.0
23-
psycopg2==2.7.6.1
30+
pillow==5.3.0 # via django-markdownx
31+
psycopg2-binary==2.7.7
2432
py-moneyed==0.7.0
25-
python-dateutil==2.7.4
33+
python-dateutil==2.7.4 # via botocore
2634
python-decouple==3.1
2735
python-slugify==1.2.6
2836
pytz==2018.6
2937
raven==6.9.0
30-
s3transfer==0.1.13
31-
six==1.11.0
32-
static3==0.7.0
33-
Unidecode==1.0.22
34-
django-markdownify==0.8.0
38+
s3transfer==0.1.13 # via boto3
39+
six==1.11.0 # via bleach, python-dateutil
40+
static3==0.7.0 # via dj-static
41+
unidecode==1.0.22 # via python-slugify
42+
urllib3==1.24.1 # via botocore
43+
webencodings==0.5.1 # via bleach

0 commit comments

Comments
 (0)