bump flask-sqlalchemy to fix deprecation warnings
This commit is contained in:
parent
0e1998c31e
commit
a7c257a91a
1 changed files with 14 additions and 8 deletions
|
@ -6,7 +6,10 @@ beautifulsoup4==4.3.2
|
|||
billiard==3.3.0.19
|
||||
blinker==1.4
|
||||
cached-property==0.1.5
|
||||
cachelib==0.1.1
|
||||
celery==3.1.17
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
click==6.7
|
||||
configparser==3.5.0
|
||||
enum34==1.1.6
|
||||
|
@ -15,9 +18,11 @@ Flask-Caching==1.3.3
|
|||
Flask-Gravatar==0.4.2
|
||||
Flask-Login==0.4.1
|
||||
Flask-OAuthlib==0.9.4
|
||||
Flask-SQLAlchemy==2.0
|
||||
Flask-Prometheus==0.0.1
|
||||
Flask-SpaceAuth @ git+https://code.hackerspace.pl/informatic/flask-spaceauth@0f997ab8fa307f7eabacf27e5f19fc1c715a69f3
|
||||
Flask-SQLAlchemy==2.1
|
||||
Flask-WTF==0.10.3
|
||||
#futures==3.2.0
|
||||
idna==2.10
|
||||
isort==4.3.4
|
||||
itsdangerous==0.24
|
||||
Jinja2==2.10
|
||||
|
@ -28,21 +33,22 @@ MarkupSafe==1.1.0
|
|||
mccabe==0.6.1
|
||||
oauthlib==2.0.7
|
||||
prometheus-client==0.1.1
|
||||
psycopg2==2.8.6
|
||||
prometheus-flask-exporter==0.8.0
|
||||
psycopg2==2.8.6
|
||||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pylint==1.8.2
|
||||
python-ldap
|
||||
#python-ldap==2.4.18
|
||||
python-memcached
|
||||
#python-memcached==1.53
|
||||
python-ldap==3.3.1
|
||||
python-memcached==1.59
|
||||
pytz==2014.10
|
||||
requests==2.5.1
|
||||
requests-oauthlib==0.8.0
|
||||
singledispatch==3.4.0.3
|
||||
six==1.11.0
|
||||
SQLAlchemy==1.2.0
|
||||
sqlparse==0.4.1
|
||||
sqltap==0.3.5
|
||||
urllib3==1.25.10
|
||||
Werkzeug==0.14.1
|
||||
wrapt==1.10.11
|
||||
WTForms==2.0.1
|
||||
git+https://code.hackerspace.pl/informatic/flask-spaceauth@0f997ab#egg=Flask-SpaceAuth==0.2.0
|
||||
|
|
Loading…
Reference in a new issue