Update stdlib with dataclasses

Part of the standard lib since 3.7: https://docs.python.org/3.7/library/dataclasses.html
This commit is contained in:
Johannes Thomsen 2021-04-20 16:32:54 +02:00 committed by GitHub
parent cb4add28ef
commit bab012b491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,6 +133,7 @@ curses
curses.ascii
curses.panel
curses.textpad
dataclasses
datetime
dbhash
dbm