We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4b8d4 commit f8324f8Copy full SHA for f8324f8
requirements.txt
@@ -1,2 +1,2 @@
1
-r requirements_base.txt
2
-psycopg2~=2.7.0
+psycopg2-binary~=2.8.0
requirements_base.txt
@@ -1,4 +1,4 @@
-dj-database-url==0.5.0
-Django~=2.1.0
3
-gunicorn==19.7.1
4
-whitenoise~=4.1.0
+dj-database-url~=0.5.0
+Django~=3.2.0
+gunicorn~=20.1.0
+whitenoise~=6.0.0
runtime.txt
@@ -1 +1 @@
-python-3.7.2
+python-3.9.13
0 commit comments