We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c8d6b commit 2ff7b18Copy full SHA for 2ff7b18
requirements.txt
@@ -2,23 +2,26 @@ appdirs==1.4.4
2
asgiref==3.2.10
3
astroid==2.4.2
4
attrs==19.3.0
5
-black==19.10b0
+black==20.8b1
6
click==7.1.2
7
coverage==5.2.1
8
-Django==3.1
9
-django-cors-headers==3.5.0
+Django==3.1.1
+django-cors-headers==3.4.0
10
django-filter==2.3.0
11
djangorestframework==3.11.1
12
lazy-object-proxy==1.4.3
13
Markdown==3.2.2
14
mccabe==0.6.1
15
+mypy-extensions==0.4.3
16
pathspec==0.8.0
17
Pillow==7.2.0
18
pytz==2020.1
19
PyYAML==5.3.1
20
regex==2020.7.14
21
+rope==0.17.0
22
six==1.15.0
23
sqlparse==0.3.1
24
toml==0.10.1
25
typed-ast==1.4.1
26
+typing-extensions==3.7.4.3
27
wrapt==1.12.1
0 commit comments