Skip to content

Commit b717413

Browse files
committed
Merge branch 'v0.14.1'
2 parents 016e2d8 + a8ad268 commit b717413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ installed on your system.
1111
Let's just check that you do:
1212

1313
$ python --version
14-
Python 2.7.5
14+
Python 3.4.3
1515
$ pip --version
16-
pip 1.5.6
16+
pip 19.0.3
1717

1818
### Step 2: Use Pip
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
install_requires=[
4848
'ffs>=0.0.8.2',
4949
'letter==0.5',
50-
'jinja2==2.10',
50+
'Jinja2==2.10',
5151
'django==2.0.13',
5252
'requests==2.20.1',
5353
'django-axes==1.7.0',

0 commit comments

Comments
 (0)