Skip to content

Commit

Permalink
Do not use psycopg2 2.8 yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed Mar 23, 2018
1 parent dd579cd commit b95ac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit>=1.0.10,<1.1.0',
'psycopg2 >= 2.7.4',
'psycopg2 >= 2.7.4,<2.8',
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',
'humanize >= 0.5.1',
Expand Down

2 comments on commit b95ac55

@meeuw
Copy link
Contributor

@meeuw meeuw commented on b95ac55 Aug 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bartek-rychlicki-regalix it is related to the wheels package:
http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/

@bartekbrak
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@meeuw thanks!

I had to delete my original post as it was from my job account (@bartek-rychlicki-regalix), sorry. In my original question I asked for the rationale behind that change.

Please sign in to comment.