Refresh Python dependencies

This commit is contained in:
Michael Mintz 2021-10-19 00:03:52 -04:00
parent 08fada4aaf
commit 38babe314d
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ sortedcontainers==2.4.0
certifi>=2021.10.8
six==1.16.0
nose==1.3.7
sniffio;python_version>="3.7"
ipdb==0.13.4;python_version<"3.5"
ipdb==0.13.9;python_version>="3.5"
parso==0.7.1;python_version<"3.6"

View File

@ -132,6 +132,7 @@ setup(
"certifi>=2021.10.8",
"six==1.16.0",
"nose==1.3.7",
'sniffio;python_version>="3.7"', # For "trio". (Funnier under "nose")
'ipdb==0.13.4;python_version<"3.5"',
'ipdb==0.13.9;python_version>="3.5"',
'parso==0.7.1;python_version<"3.6"',