Skip to content

Commit

Permalink
upgrade psycopg2 to latest (2.8.6) (#3133)
Browse files Browse the repository at this point in the history
Co-authored-by: Miles Calabresi <mcalabresi1@gmail.com>
  • Loading branch information
hwatheod and milescalabresi committed Oct 19, 2020
1 parent 57ef39f commit d2be90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ipython==3.2.1 # Used for shell_plus
Markdown==2.3.1 # Used in QSD
numpy==1.7.1 # Used mainly in the lottery and class change controller
pillow==6.2.2 # Required for ImageField, which we use in teacher bios
psycopg2==2.6.1 # Talks to postgres
psycopg2==2.8.6 # Talks to postgres
pycurl==7.19.5.1 # Used only in mailing labels and a formstack script which I think is outdated
pydns==2.3.6 # Used for validating email addresses; imports as "DNS", not "pydns"
Pygments==2.0.2 # django-extensions dependency
Expand Down

0 comments on commit d2be90d

Please sign in to comment.