We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 806bcaa + 6e6e066 commit b87fe1dCopy full SHA for b87fe1d
README.md
@@ -30,7 +30,7 @@ Be sure you have the following installed on your development machine:
30
## Requirements
31
32
+ celery==4.4.7
33
-+ Django==3.1
++ Django==3.2
34
+ django-celery-beat==2.0.0
35
+ python-dateutil==2.8.1
36
+ redis==3.5.3
requirements.txt
@@ -1,5 +1,5 @@
1
celery==4.4.7
2
-Django==3.1.9
+Django==3.2.7
3
django-celery-beat==2.1.0
4
python-dateutil==2.8.1
5
redis==3.5.3
0 commit comments