add dataclasses

This commit is contained in:
Frost Ming
2021-07-26 16:02:36 +08:00
parent f8baf147a7
commit 49ddf78523
2 changed files with 9 additions and 4 deletions
Generated
+8
View File
@@ -142,6 +142,14 @@
"markers": "python_version != '3.4' and sys_platform == 'win32' and platform_system == 'Windows' and sys_platform == 'win32'",
"version": "==0.4.4"
},
"dataclasses": {
"hashes": [
"sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf",
"sha256:8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97"
],
"markers": "python_version < '3.7'",
"version": "==0.8"
},
"distlib": {
"hashes": [
"sha256:106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736",
+1 -4
View File
@@ -26,10 +26,7 @@ required = [
"certifi",
"setuptools>=36.2.1",
"virtualenv-clone>=0.2.5",
"virtualenv",
'enum34; python_version<"3"',
# LEAVE THIS HERE!!! we have vendored dependencies that require it
'typing; python_version<"3.5"'
"virtualenv"
]
extras = {
"dev": [