Skip to content

Commit f8324f8

Browse files
committed
Update requirements to 2022 standard
1 parent 6a4b8d4 commit f8324f8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r requirements_base.txt
2-
psycopg2~=2.7.0
2+
psycopg2-binary~=2.8.0

requirements_base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dj-database-url==0.5.0
2-
Django~=2.1.0
3-
gunicorn==19.7.1
4-
whitenoise~=4.1.0
1+
dj-database-url~=0.5.0
2+
Django~=3.2.0
3+
gunicorn~=20.1.0
4+
whitenoise~=6.0.0

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.7.2
1+
python-3.9.13

0 commit comments

Comments
 (0)