comparison setup.py @ 1162:c5c98d0fb4ec

cm: Update dependencies.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 01 Oct 2019 07:34:19 -0700
parents 0d699f04968c
children a928ee22c20a
comparison
equal deleted inserted replaced
1161:356ffb974e47 1162:c5c98d0fb4ec
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 'beautifulsoup4>=4.7.0',
155 'colorama>=0.4.0', 156 'colorama>=0.4.0',
156 'compressinja>=0.0.2', 157 'compressinja>=0.0.2',
157 'beautifulsoup4>=4.6.3',
158 'Flask>=1.0.2',
159 'Flask-IndieAuth>=0.0.3.2', 158 'Flask-IndieAuth>=0.0.3.2',
160 'Flask-Login>=0.4.1', 159 'Flask-Login>=0.4.1',
160 'Flask>=1.0.2',
161 'Inukshuk>=0.1.2', 161 'Inukshuk>=0.1.2',
162 'Jinja2>=2.10', 162 'Jinja2>=2.10',
163 'Markdown>=3.0.1', 163 'Markdown>=3.1',
164 'MarkupSafe>=1.0', 164 'MarkupSafe>=1.1',
165 'mf2py>=1.1.2', 165 'mf2py>=1.1.2',
166 'paramiko>=2.4.2', 166 'paramiko>=2.4.2',
167 'Pillow>=5.3.0', 167 'Pillow>=6.0.0',
168 'Pygments>=2.2.0', 168 'Pygments>=2.2.0',
169 'pystache>=0.5.4', 169 'pystache>=0.5.4',
170 'python-dateutil>=2.7.5', 170 'python-dateutil>=2.8',
171 'PyYAML>=3.13', 171 'PyYAML>=5.1',
172 'repoze.lru>=0.7', 172 'repoze.lru>=0.7',
173 'requests>=2.20.0', 173 'requests>=2.21.0',
174 'smartypants>=2.0.1', 174 'smartypants>=2.0.1',
175 'strict-rfc3339>=0.5', 175 'strict-rfc3339>=0.7',
176 'textile>=3.0.3', 176 'textile>=3.0.3',
177 'Unidecode>=1.0.22', 177 'Unidecode>=1.0.23',
178 'watchdog>=0.9.0', 178 'watchdog>=0.9.0',
179 'Werkzeug>=0.14.1' 179 'Werkzeug>=0.15.2',
180 ] 180 ]
181 tests_require = [ 181 tests_require = [
182 'invoke>=0.21.0', 182 'invoke>=1.2.0',
183 'pytest>=2.8.7', 183 'pytest>=4.4.1',
184 'pytest-cov>=2.2.1', 184 'pytest-cov>=2.6.1',
185 'pytest-mock>=0.10.1' 185 'pytest-mock>=1.10.4',
186 ] 186 ]
187 187
188 188
189 setup( 189 setup(
190 name="PieCrust", 190 name="PieCrust",