We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f5930 commit b3a2918Copy full SHA for b3a2918
requirements.txt
@@ -22,7 +22,7 @@ parsedatetime==2.6
22
pymongo==3.11.4
23
python-dateutil==2.8.1
24
python-dotenv==0.18.0
25
-six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
+six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
26
typing-extensions==3.10.0.0
27
uvloop==0.15.2; sys_platform != 'win32'
28
yarl==1.6.3; python_version >= '3.6'
0 commit comments