Use atomicwrites for mission critical core files (#59606)

This commit is contained in:
J. Nick Koston
2021-11-15 04:19:31 -06:00
committed by GitHub
parent 04a258bf21
commit 96f7b0d910
19 changed files with 92 additions and 24 deletions

View File

@ -36,6 +36,7 @@ REQUIRES = [
"astral==2.2",
"async_timeout==4.0.0",
"attrs==21.2.0",
"atomicwrites==1.4.0",
"awesomeversion==21.10.1",
'backports.zoneinfo;python_version<"3.9"',
"bcrypt==3.1.7",