Browse Source
Merge pull request #16 from rhaamo/dependabot/pip/api/sqlalchemy-searchable-1.2.0
pull/17/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
api/requirements.txt
-
api/setup.py
|
|
@ -9,7 +9,7 @@ celery==4.4.7 |
|
|
|
flask_mail==0.9.1 |
|
|
|
flask_migrate==2.5.3 |
|
|
|
git+https://github.com/maxcountryman/flask-uploads#egg=flask_uploads |
|
|
|
sqlalchemy_searchable==1.1.0 |
|
|
|
sqlalchemy_searchable==1.2.0 |
|
|
|
redis==3.5.3 |
|
|
|
flask-accept==0.0.6 |
|
|
|
PyQRCode==1.2.1 |
|
|
|
|
|
@ -12,7 +12,7 @@ setup( |
|
|
|
install_requires=[ |
|
|
|
"Flask==1.1.2", |
|
|
|
"SQLAlchemy==1.3.12", |
|
|
|
"SQLAlchemy-Searchable==1.1.0", |
|
|
|
"SQLAlchemy-Searchable==1.2.0", |
|
|
|
"SQLAlchemy-Utils==0.36.8", |
|
|
|
"Flask-Mail==0.9.1", |
|
|
|
"Flask-Migrate==2.5.3", |
|
|
|