diff setup.py @ 1151:0d699f04968c

cm: Update dependencies and fix imports of Flask plugins.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 03 Nov 2018 19:42:02 -0700
parents 8af2ea1f5c34
children c5c98d0fb4ec
line wrap: on
line diff
--- a/setup.py	Sun Jul 29 22:52:11 2018 -0700
+++ b/setup.py	Sat Nov 03 19:42:02 2018 -0700
@@ -152,31 +152,31 @@
 
 
 install_requires = [
-    'colorama>=0.3.3',
+    'colorama>=0.4.0',
     'compressinja>=0.0.2',
-    'beautifulsoup4>=4.6.0',
-    'Flask>=0.10.1',
+    'beautifulsoup4>=4.6.3',
+    'Flask>=1.0.2',
     'Flask-IndieAuth>=0.0.3.2',
-    'Flask-Login>=0.3.2',
+    'Flask-Login>=0.4.1',
     'Inukshuk>=0.1.2',
     'Jinja2>=2.10',
-    'Markdown>=2.6.2',
+    'Markdown>=3.0.1',
     'MarkupSafe>=1.0',
-    'mf2py>=1.0.5',
-    'paramiko>=2.0.0',
-    'Pillow>=4.3.0',
-    'Pygments>=2.0.2',
+    'mf2py>=1.1.2',
+    'paramiko>=2.4.2',
+    'Pillow>=5.3.0',
+    'Pygments>=2.2.0',
     'pystache>=0.5.4',
-    'python-dateutil>=2.4.2',
-    'PyYAML>=3.11',
-    'repoze.lru>=0.6',
-    'requests>=2.18.0',
-    'smartypants>=1.8.6',
+    'python-dateutil>=2.7.5',
+    'PyYAML>=3.13',
+    'repoze.lru>=0.7',
+    'requests>=2.20.0',
+    'smartypants>=2.0.1',
     'strict-rfc3339>=0.5',
-    'textile>=2.2.2',
-    'Unidecode>=0.4.18',
-    'watchdog>=0.8.3',
-    'Werkzeug>=0.12.2'
+    'textile>=3.0.3',
+    'Unidecode>=1.0.22',
+    'watchdog>=0.9.0',
+    'Werkzeug>=0.14.1'
 ]
 tests_require = [
     'invoke>=0.21.0',