Skip to content

Commit 0406ac2

Browse files
author
Bojan Jovanovic
committed
Merge branch 'master' of github.com:PythonBalkan/pyconbalkan
2 parents 8a1f742 + 13892d1 commit 0406ac2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
dj-database-url==0.5.0
22
dj-static==0.0.6
3-
Django==2.0.5
4-
django-choices==1.6.0
5-
django-countries==5.3
6-
django-filter==1.1.0
3+
Django==2.1
4+
django-choices==1.6.1
5+
django-countries==5.3.1
6+
django-filter==2.0.0
77
djangorestframework==3.8.2
8-
gunicorn==19.8.1
8+
gunicorn==19.9.0
99
Markdown==2.6.11
10-
Pillow==5.1.0
11-
psycopg2-binary==2.7.4
10+
Pillow==5.2.0
11+
psycopg2-binary==2.7.5
1212
python-decouple==3.1
13-
pytz==2018.4
13+
pytz==2018.5
1414
static3==0.7.0
15-
boto3==1.7.31
15+
boto3==1.7.70
1616
django-storages==1.6.6
1717
django-markdownx==2.0.23
1818
python-slugify==1.2.5
19-
raven>=3
19+
raven==6.9.0
2020
django-meta==1.4.1
21-
django-taggit==0.22.2
21+
django-taggit==0.22.2

0 commit comments

Comments
 (0)