Skip to content

Commit

Permalink
update flask-admin to recent branch (#90)
Browse files Browse the repository at this point in the history
Update flask-admin to a branch that is only one commit away from the public head. The extra commit is needed as a work-around for pallets-eco/flask-admin#2351

The update fixes
```
tourist/tests/test_basic.py::test_heavy
  /home/thecap/.pyenv/versions/tourist-3.10.7/lib/python3.10/site-packages/flask_admin/form/widgets.py:2: DeprecationWarning: '_request_ctx_stack' is deprecated and will be removed in Flask 2.4.
    from flask.globals import _request_ctx_stack
```
thanks to pallets-eco/flask-admin#2286.
  • Loading branch information
TomGoBravo authored Aug 29, 2023
1 parent 7ba3d78 commit 46e633f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

attrs
cattrs
git+https://github.com/TomGoBravo/flask-admin@leaflet-control-geocoder-geoatileattributionurl#egg=Flask-Admin
# Using a branch with my work-around until https://github.com/flask-admin/flask-admin/issues/2351 is fixed.
flask-admin @ git+https://github.com/TomGoBravo/flask-admin@bab9d1b8c87f70296af51230645ee8ece09ca9e0
geojson>=2.4.1

# Use head as of 2023-08-27 to get fix for https://github.com/kvesteri/sqlalchemy-continuum/issues/322 because it
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ flask==2.3.2
# flask-pagedown
# flask-sqlalchemy
# flask-wtf
flask-admin @ git+https://github.com/TomGoBravo/flask-admin@leaflet-control-geocoder-geoatileattributionurl
flask-admin @ git+https://github.com/TomGoBravo/flask-admin@bab9d1b8c87f70296af51230645ee8ece09ca9e0
# via -r requirements.in
flask-dance==6.2.0
# via -r requirements.in
Expand Down

0 comments on commit 46e633f

Please sign in to comment.