mirror of https://github.com/zulip/zulip.git
requirements: Upgrade SQLAlchemy to 1.1.13.
This commit is contained in:
parent
6414d92560
commit
2a03a02032
|
@ -16,7 +16,7 @@ ipython==6.1.0
|
|||
Pillow==4.2.1
|
||||
|
||||
# Needed for building complex DB queries
|
||||
SQLAlchemy==1.1.10
|
||||
SQLAlchemy==1.1.13
|
||||
|
||||
# Needed for password hashing
|
||||
argon2-cffi==16.3.0
|
||||
|
|
|
@ -91,7 +91,7 @@ social-auth-app-django==1.2.0
|
|||
social-auth-core==1.4.0
|
||||
sockjs-tornado==1.0.3
|
||||
sourcemap==0.2.1
|
||||
sqlalchemy==1.1.10
|
||||
sqlalchemy==1.1.13
|
||||
statsd==2.1.2 # via django-statsd-mozilla
|
||||
tornado==4.5.1
|
||||
traitlets==4.3.2 # via ipython
|
||||
|
|
Loading…
Reference in New Issue