Skip to content

Commit

Permalink
build: Downgrade Django for PostgreSQL 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 26, 2024
1 parent b90b763 commit 8843bb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Django<5
# https://docs.djangoproject.com/en/4.2/releases/4.0/#dropped-support-for-postgresql-9-6
# https://docs.djangoproject.com/en/4.2/releases/4.2/#dropped-support-for-postgresql-11
Django<4
psycopg2-binary==2.9.9
pymemcache==4.0.0
represent-boundaries==0.10.0
Expand Down

0 comments on commit 8843bb8

Please sign in to comment.