mirror of https://github.com/zulip/zulip.git
requirements: Upgrade psycopg2 from 2.8.2 to 2.8.3.
This commit is contained in:
parent
f3eb7a8aa9
commit
7531afa9a4
|
@ -74,7 +74,7 @@ mock==3.0.5
|
|||
pika==0.13.0
|
||||
|
||||
# Needed to access our database
|
||||
psycopg2==2.8.2 --no-binary psycopg2
|
||||
psycopg2==2.8.3 --no-binary psycopg2
|
||||
|
||||
# Needed for memcached usage
|
||||
pylibmc==1.6.0
|
||||
|
|
|
@ -104,7 +104,7 @@ pip-tools==2.0.2
|
|||
polib==1.1.0
|
||||
premailer==3.5.0
|
||||
prompt-toolkit==1.0.16 # via ipython
|
||||
psycopg2==2.8.2
|
||||
psycopg2==2.8.3
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
py3dns==3.2.0
|
||||
pyahocorasick==1.4.0
|
||||
|
|
|
@ -75,7 +75,7 @@ pillow==6.1.0
|
|||
polib==1.1.0
|
||||
premailer==3.5.0
|
||||
prompt-toolkit==1.0.16 # via ipython
|
||||
psycopg2==2.8.2
|
||||
psycopg2==2.8.3
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
py3dns==3.2.0
|
||||
pyahocorasick==1.4.0
|
||||
|
|
Loading…
Reference in New Issue