mirror of https://github.com/zulip/zulip.git
requirements: Upgrade psycopg2 from 2.7.7 to 2.8.2.
This commit is contained in:
parent
eb00e78856
commit
a34cfd4782
|
@ -105,7 +105,7 @@ ndg-httpsclient==0.5.1
|
|||
pika==0.13.0
|
||||
|
||||
# Needed to access our database
|
||||
psycopg2==2.7.7 --no-binary psycopg2
|
||||
psycopg2==2.8.2 --no-binary psycopg2
|
||||
|
||||
pyasn1==0.4.5
|
||||
pyasn1-modules==0.2.4
|
||||
|
|
|
@ -116,7 +116,7 @@ pip-tools==2.0.2
|
|||
polib==1.1.0
|
||||
premailer==3.4.0
|
||||
prompt-toolkit==1.0.16 # via ipython
|
||||
psycopg2==2.7.7
|
||||
psycopg2==2.8.2
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
py3dns==3.2.0
|
||||
pyahocorasick==1.4.0
|
||||
|
|
|
@ -85,7 +85,7 @@ pillow==5.4.1
|
|||
polib==1.1.0
|
||||
premailer==3.4.0
|
||||
prompt-toolkit==1.0.16 # via ipython
|
||||
psycopg2==2.7.7
|
||||
psycopg2==2.8.2
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
py3dns==3.2.0
|
||||
pyahocorasick==1.4.0
|
||||
|
|
Loading…
Reference in New Issue