We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066fa6b commit aefd958Copy full SHA for aefd958
requirements.txt
@@ -6,7 +6,7 @@ loguru==0.6.0; python_version >= "3.5"
6
paramiko==2.11.0
7
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
8
pynacl==1.5.0; python_version >= "3.6"
9
-python-dotenv==0.20.0; python_version >= "3.5"
+python-dotenv==0.21.1; python_version >= "3.5"
10
scp==0.14.4
11
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
12
win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"
0 commit comments