mirror of https://github.com/zulip/zulip.git
requirements: Upgrade psycopg2 to 2.7.3.1.
This commit is contained in:
parent
ae987bede9
commit
20e03b541e
|
@ -102,7 +102,7 @@ ndg-httpsclient==0.4.3
|
|||
pika==0.11.0
|
||||
|
||||
# Needed to access our database
|
||||
psycopg2==2.7.3
|
||||
psycopg2==2.7.3.1
|
||||
|
||||
pyasn1==0.3.2
|
||||
pyasn1-modules==0.0.11
|
||||
|
|
|
@ -96,7 +96,7 @@ pip-tools==1.9.0
|
|||
polib==1.0.8
|
||||
premailer==3.1.1
|
||||
prompt-toolkit==1.0.15 # via ipython
|
||||
psycopg2==2.7.3
|
||||
psycopg2==2.7.3.1
|
||||
ptyprocess==0.5.2 # via pexpect
|
||||
py3dns==3.1.0
|
||||
pyaml==17.8.0 # via moto
|
||||
|
|
|
@ -70,7 +70,7 @@ pillow==4.2.1
|
|||
polib==1.0.8
|
||||
premailer==3.1.1
|
||||
prompt-toolkit==1.0.15 # via ipython
|
||||
psycopg2==2.7.3
|
||||
psycopg2==2.7.3.1
|
||||
ptyprocess==0.5.2 # via pexpect
|
||||
py3dns==3.1.0
|
||||
pyasn1-modules==0.0.11
|
||||
|
|
Loading…
Reference in New Issue