Skip to content

Commit

Permalink
Update requirements to 2022 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jun 5, 2022
1 parent 6a4b8d4 commit 327da6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r requirements_base.txt
psycopg2~=2.7.0
psycopg2-binary
8 changes: 4 additions & 4 deletions requirements_base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dj-database-url==0.5.0
Django~=2.1.0
gunicorn==19.7.1
whitenoise~=4.1.0
dj-database-url~=0.5.0
Django~=3.2.0
gunicorn~=20.1.0
whitenoise~=6.0.0
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.7.2
python-3.9.13

0 comments on commit 327da6d

Please sign in to comment.