Browse Source

New version of psycopg2-binary works fine with Python 3.11

pull/202/head
Lumir Balhar 3 years ago
parent
commit
6122fbe1d4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      requirements.txt

+ 1
- 1
requirements.txt View File

@ -1,7 +1,7 @@
Django>=3.2.4,<4.0 Django>=3.2.4,<4.0
django-debug-toolbar==3.2.1 django-debug-toolbar==3.2.1
gunicorn==20.1.0 gunicorn==20.1.0
psycopg2-binary==2.9.1
psycopg2-binary==2.9.5
pytz==2021.1 pytz==2021.1
sqlparse==0.4.1 sqlparse==0.4.1
whitenoise==5.2.0 whitenoise==5.2.0

Loading…
Cancel
Save