mirror of https://github.com/zulip/zulip.git
requirements: Upgrade psycopg2 from 2.7.6.1 to 2.7.7.
This commit is contained in:
parent
757e0e39b8
commit
84dd501775
|
@ -102,7 +102,7 @@ ndg-httpsclient==0.5.1
|
|||
pika==0.12.0
|
||||
|
||||
# Needed to access our database
|
||||
psycopg2==2.7.6.1 --no-binary psycopg2
|
||||
psycopg2==2.7.7 --no-binary psycopg2
|
||||
|
||||
pyasn1==0.4.5
|
||||
pyasn1-modules==0.2.3
|
||||
|
|
|
@ -115,7 +115,7 @@ pip-tools==2.0.2
|
|||
polib==1.1.0
|
||||
premailer==3.2.0
|
||||
prompt-toolkit==1.0.15 # via ipython
|
||||
psycopg2==2.7.6.1
|
||||
psycopg2==2.7.7
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
py3dns==3.2.0
|
||||
pyaml==18.11.0 # via moto
|
||||
|
|
|
@ -84,7 +84,7 @@ pillow==5.4.1
|
|||
polib==1.1.0
|
||||
premailer==3.2.0
|
||||
prompt-toolkit==1.0.15 # via ipython
|
||||
psycopg2==2.7.6.1
|
||||
psycopg2==2.7.7
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
py3dns==3.2.0
|
||||
pyasn1-modules==0.2.3
|
||||
|
|
Loading…
Reference in New Issue