Browse Source

Updated psycopg2 to version 2.8.5 for compatibility with python 3.8

pull/160/head
Michael Olund 5 years ago
parent
commit
d20e38e389
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      requirements.txt

+ 1
- 1
requirements.txt View File

@ -6,7 +6,7 @@ django-sass-processor==0.5.5
djangorestframework==3.5.3 djangorestframework==3.5.3
gunicorn==19.4.5 gunicorn==19.4.5
libsass==0.13.3 libsass==0.13.3
psycopg2==2.7.3
psycopg2==2.8.5
requests==2.13.0 requests==2.13.0
six==1.10.0 six==1.10.0
Unipath==1.1 Unipath==1.1


Loading…
Cancel
Save