Mercurial > piecrust2
comparison 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 |
comparison
equal
deleted
inserted
replaced
1150:97b1b46cc156 | 1151:0d699f04968c |
---|---|
150 "Will use version `0.0`.") | 150 "Will use version `0.0`.") |
151 version = '0.0' | 151 version = '0.0' |
152 | 152 |
153 | 153 |
154 install_requires = [ | 154 install_requires = [ |
155 'colorama>=0.3.3', | 155 'colorama>=0.4.0', |
156 'compressinja>=0.0.2', | 156 'compressinja>=0.0.2', |
157 'beautifulsoup4>=4.6.0', | 157 'beautifulsoup4>=4.6.3', |
158 'Flask>=0.10.1', | 158 'Flask>=1.0.2', |
159 'Flask-IndieAuth>=0.0.3.2', | 159 'Flask-IndieAuth>=0.0.3.2', |
160 'Flask-Login>=0.3.2', | 160 'Flask-Login>=0.4.1', |
161 'Inukshuk>=0.1.2', | 161 'Inukshuk>=0.1.2', |
162 'Jinja2>=2.10', | 162 'Jinja2>=2.10', |
163 'Markdown>=2.6.2', | 163 'Markdown>=3.0.1', |
164 'MarkupSafe>=1.0', | 164 'MarkupSafe>=1.0', |
165 'mf2py>=1.0.5', | 165 'mf2py>=1.1.2', |
166 'paramiko>=2.0.0', | 166 'paramiko>=2.4.2', |
167 'Pillow>=4.3.0', | 167 'Pillow>=5.3.0', |
168 'Pygments>=2.0.2', | 168 'Pygments>=2.2.0', |
169 'pystache>=0.5.4', | 169 'pystache>=0.5.4', |
170 'python-dateutil>=2.4.2', | 170 'python-dateutil>=2.7.5', |
171 'PyYAML>=3.11', | 171 'PyYAML>=3.13', |
172 'repoze.lru>=0.6', | 172 'repoze.lru>=0.7', |
173 'requests>=2.18.0', | 173 'requests>=2.20.0', |
174 'smartypants>=1.8.6', | 174 'smartypants>=2.0.1', |
175 'strict-rfc3339>=0.5', | 175 'strict-rfc3339>=0.5', |
176 'textile>=2.2.2', | 176 'textile>=3.0.3', |
177 'Unidecode>=0.4.18', | 177 'Unidecode>=1.0.22', |
178 'watchdog>=0.8.3', | 178 'watchdog>=0.9.0', |
179 'Werkzeug>=0.12.2' | 179 'Werkzeug>=0.14.1' |
180 ] | 180 ] |
181 tests_require = [ | 181 tests_require = [ |
182 'invoke>=0.21.0', | 182 'invoke>=0.21.0', |
183 'pytest>=2.8.7', | 183 'pytest>=2.8.7', |
184 'pytest-cov>=2.2.1', | 184 'pytest-cov>=2.2.1', |