File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ versions.
65
65
66
66
Flask-PyMongo is tested against `supported versions
67
67
<https://www.mongodb.com/support-policy> `_ of MongoDB, and Python 2.7
68
- and 3.4 +. For the exact list of version combinations that are tested and
68
+ and 3.5 +. For the exact list of version combinations that are tested and
69
69
known to be compatible, see the `envlist ` in `tox.ini
70
70
<https://github.com/dcrosta/flask-pymongo/blob/master/tox.ini> `_.
71
71
@@ -190,6 +190,9 @@ Changes:
190
190
quickstart example in README (Emmanuel Arias).
191
191
- `#62 <https://github.com/dcrosta/flask-pymongo/issues/62 >`_ Add
192
192
support for :func: `~flask.json.jsonify() `.
193
+ - `#131 <https://github.com/dcrosta/flask-pymongo/pulls/131 >`_ Drop
194
+ support for Flask 0.11 and Python 3.4; Add support for MongoDB 4.2,
195
+ PyMongo 3.9, and Flask 1.1.
193
196
194
197
- 2.3.0: April 24, 2019
195
198
Original file line number Diff line number Diff line change 30
30
platforms = "any" ,
31
31
packages = find_packages (),
32
32
install_requires = [
33
- "Flask>=0.11 " ,
33
+ "Flask>=0.12 " ,
34
34
"PyMongo>=3.3" ,
35
35
"six" ,
36
36
],
41
41
"License :: OSI Approved :: BSD License" ,
42
42
"Operating System :: OS Independent" ,
43
43
"Programming Language :: Python :: 2.7" ,
44
- "Programming Language :: Python :: 3.3" ,
45
- "Programming Language :: Python :: 3.4" ,
46
44
"Programming Language :: Python :: 3.5" ,
47
45
"Programming Language :: Python :: 3.6" ,
46
+ "Programming Language :: Python :: 3.7" ,
48
47
"Programming Language :: Python" ,
49
48
"Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
50
49
"Topic :: Software Development :: Libraries :: Python Modules"
You can’t perform that action at this time.
0 commit comments