1
0
Fork 0

Bump psycopg2 to 2.8.

This commit is contained in:
Irina Truong 2019-10-28 09:19:13 -07:00
parent 43e79d0027
commit c145291072
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ install_requirements = [
"click >= 4.1",
"Pygments >= 2.0", # Pygments has to be Capitalcased. WTF?
"prompt_toolkit>=2.0.6,<2.1.0",
"psycopg2 >= 2.7.4",
"psycopg2 >= 2.8",
"sqlparse >=0.3.0,<0.4",
"configobj >= 5.0.6",
"humanize >= 0.5.1",