File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Bleeding edge Django
2
2
django==1.8.5
3
- Jinja2==2.9.6
4
- django-jinja==2.3.0
5
- markupsafe==1.0
3
+ Jinja2==2.8.1
4
+ django-jinja==2.2.2
5
+ markupsafe==0.23
6
6
7
7
# Configuration
8
- django-environ==0.4.3
8
+ django-environ==0.4.1
9
9
django-secure==1.0.1
10
- whitenoise==3.3.0
10
+ whitenoise==3.2.2
11
11
12
12
# Forms
13
- django-braces==1.11 .0
13
+ django-braces==1.10 .0
14
14
django-crispy-forms==1.6.1
15
15
django-floppyforms==1.7.0
16
16
17
17
# Models
18
- django-model-utils==3.0.0
18
+ django-model-utils==2.6
19
19
20
20
# Images
21
- Pillow==4.1.0
21
+ Pillow==3.4.2
22
22
23
23
# Python-PostgreSQL Database Adapter
24
- psycopg2==2.7.1
24
+ psycopg2==2.6.2
25
25
26
26
# Unicode slugification
27
27
git+git://github.com/mozilla/unicode-slugify#egg=unicode-slugify==0.1.3-HEAD
28
28
django-autoslug==1.9.3
29
29
30
30
# Time zones support
31
- pytz==2017.2
31
+ pytz==2016.10
32
32
33
33
# Your custom requirements go here
34
- django-bootstrap3==8.2.2
34
+ django-bootstrap3==7.1.0
35
35
django-reversion==1.9.3
36
- djangorestframework==3.6.2
37
- Markdown==2.6.8
36
+ djangorestframework==3.5.3
37
+ Markdown==2.6.7
38
38
django-filter==0.15.3
39
39
djangorestframework-filters==0.9.1
40
40
django-markdown==0.8.4
Original file line number Diff line number Diff line change 1
1
# Local development dependencies go here
2
2
-r base.txt
3
3
4
- django-extensions==1.7.8
4
+ django-extensions==1.7.5
5
5
# django-debug-toolbar that works with Django 1.5+
6
- django-debug-toolbar==1.7
6
+ django-debug-toolbar==1.6
7
7
8
8
# improved REPL
9
- ipdb==0.10.3
9
+ ipdb==0.10.1
10
10
11
11
# the "python3 compatible" package is broken ATM
12
12
# Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible.
@@ -15,14 +15,14 @@ ipdb==0.10.3
15
15
#maildump==0.5.1
16
16
17
17
# Code quality
18
- flake8==3.3.0
18
+ flake8==3.2.1
19
19
pep8==1.7.0
20
20
pep8-naming==0.4.1
21
21
autopep8==1.3.1
22
22
isort==4.2.5
23
23
24
24
factory-boy==2.8.1
25
- pytest==3.0.7
25
+ pytest==3.0.5
26
26
pytest-django==3.1.2
27
27
28
28
loremipsum==1.0.5
Original file line number Diff line number Diff line change 1
1
# Test dependencies go here.
2
2
-r base.txt
3
3
4
- coverage==4.3.4
5
- flake8==3.3.0
4
+ coverage==4.3.1
5
+ flake8==3.2.1
6
6
pep8==1.7.0
7
7
pep8-naming==0.4.1
8
8
9
9
factory-boy==2.8.1
10
- pytest==3.0.7
10
+ pytest==3.0.5
11
11
pytest-django==3.1.2
12
12
13
13
loremipsum==1.0.5
You can’t perform that action at this time.
0 commit comments