Remove psycopg2 dep and only use psycopg2-binary (#1720)

* Remove `psycopg2` dep and only use `psycopg2-binary`
* Update `psycopg2-binary` to 2.8.6
This commit is contained in:
Kevin Chung
2020-11-16 11:02:54 -05:00
committed by GitHub
parent 048632788d
commit a2987f1199

View File

@@ -4,8 +4,7 @@ pytest-randomly==3.4.0
coverage==5.1
flake8==3.8.2
freezegun==0.3.15
psycopg2==2.7.5
psycopg2-binary==2.7.5
psycopg2-binary==2.8.6
codecov==2.1.7
moto==1.3.14
bandit==1.6.2