diff --git a/Pipfile.lock b/Pipfile.lock index e689f4d3..8da34d65 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -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", diff --git a/setup.py b/setup.py index d96077b2..3bd5538a 100644 --- a/setup.py +++ b/setup.py @@ -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": [