# HG changeset patch # User Ludovic Chabant # Date 1518585946 28800 # Node ID 21834ab8fd9b5853058b294e3a1695c4011f4e10 # Parent 7f7f912755787d55679efb8ff77f046d80083bb0 cm: Bump Inukshuk to `0.1.2`, regenerate `requirements.txt`. diff -r 7f7f91275578 -r 21834ab8fd9b requirements.txt --- a/requirements.txt Tue Feb 13 14:08:27 2018 -0800 +++ b/requirements.txt Tue Feb 13 21:25:46 2018 -0800 @@ -1,32 +1,37 @@ -appdirs==1.4.3 argh==0.26.2 asn1crypto==0.24.0 +bcrypt==3.1.4 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 +flake8==3.5.0 Flask==0.10.1 Flask-IndieAuth==0.0.3.2 Flask-Login==0.3.2 idna==2.6 -Inukshuk==0.1.1 +Inukshuk==0.1.2 invoke==0.21.0 itsdangerous==0.24 Jinja2==2.10 Markdown==2.6.2 MarkupSafe==1.0 +mccabe==0.6.1 mock==1.0.1 -olefile==0.45.1 +olefile==0.44 packaging==16.8 -paramiko==2.0.0 +paramiko==2.4.0 pathtools==0.1.2 Pillow==4.3.0 py==1.4.33 -pyasn1==0.2.3 +pyasn1==0.4.2 +pycodestyle==2.3.1 pycparser==2.18 +pyflakes==1.6.0 Pygments==2.0.2 +PyNaCl==1.2.1 pyparsing==2.2.0 pystache==0.5.4 pytest==2.8.7 @@ -35,9 +40,9 @@ python-dateutil==2.4.2 PyYAML==3.11 repoze.lru==0.6 -six==1.10.0 +six==1.11.0 smartypants==1.8.6 -strict-rfc3339==0.5 +strict-rfc3339==0.7 textile==2.2.2 Unidecode==0.4.18 watchdog==0.8.3 diff -r 7f7f91275578 -r 21834ab8fd9b setup.py --- a/setup.py Tue Feb 13 14:08:27 2018 -0800 +++ b/setup.py Tue Feb 13 21:25:46 2018 -0800 @@ -157,7 +157,7 @@ 'Flask>=0.10.1', 'Flask-IndieAuth>=0.0.3.2', 'Flask-Login>=0.3.2', - 'Inukshuk>=0.1.1', + 'Inukshuk>=0.1.2', 'Jinja2>=2.10', 'Markdown>=2.6.2', 'MarkupSafe>=1.0',