changeset 1062:7f7f91275578

cm: Upgrade Jinja2 to `2.10`, remove `dev-requirements.txt`.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Feb 2018 14:08:27 -0800
parents 8178671f9a04
children 21834ab8fd9b
files dev-requirements.txt requirements.txt setup.py
diffstat 3 files changed, 19 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/dev-requirements.txt	Tue Feb 13 13:32:09 2018 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-cov-core==1.15.0
-coverage==4.0.3
-invoke==0.21.0
-mock==1.0.1
-pytest==2.8.7
-pytest-cov==2.2.1
-pytest-mock==0.10.1
--- a/requirements.txt	Tue Feb 13 13:32:09 2018 -0800
+++ b/requirements.txt	Tue Feb 13 14:08:27 2018 -0800
@@ -1,20 +1,37 @@
+appdirs==1.4.3
+argh==0.26.2
+asn1crypto==0.24.0
+cffi==1.11.4
 colorama==0.3.3
 compressinja==0.0.2
+cov-core==1.15.0
+coverage==4.0.3
+cryptography==2.1.4
 Flask==0.10.1
 Flask-IndieAuth==0.0.3.2
 Flask-Login==0.3.2
+idna==2.6
 Inukshuk==0.1.1
+invoke==0.21.0
 itsdangerous==0.24
-Jinja2==2.9.6
+Jinja2==2.10
 Markdown==2.6.2
 MarkupSafe==1.0
+mock==1.0.1
+olefile==0.45.1
+packaging==16.8
 paramiko==2.0.0
+pathtools==0.1.2
 Pillow==4.3.0
 py==1.4.33
 pyasn1==0.2.3
 pycparser==2.18
 Pygments==2.0.2
+pyparsing==2.2.0
 pystache==0.5.4
+pytest==2.8.7
+pytest-cov==2.2.1
+pytest-mock==0.10.1
 python-dateutil==2.4.2
 PyYAML==3.11
 repoze.lru==0.6
--- a/setup.py	Tue Feb 13 13:32:09 2018 -0800
+++ b/setup.py	Tue Feb 13 14:08:27 2018 -0800
@@ -158,7 +158,7 @@
     'Flask-IndieAuth>=0.0.3.2',
     'Flask-Login>=0.3.2',
     'Inukshuk>=0.1.1',
-    'Jinja2>=2.9.6',
+    'Jinja2>=2.10',
     'Markdown>=2.6.2',
     'MarkupSafe>=1.0',
     'paramiko>=2.0.0',