mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
add dataclasses
This commit is contained in:
Generated
+8
@@ -142,6 +142,14 @@
|
|||||||
"markers": "python_version != '3.4' and sys_platform == 'win32' and platform_system == 'Windows' and sys_platform == 'win32'",
|
"markers": "python_version != '3.4' and sys_platform == 'win32' and platform_system == 'Windows' and sys_platform == 'win32'",
|
||||||
"version": "==0.4.4"
|
"version": "==0.4.4"
|
||||||
},
|
},
|
||||||
|
"dataclasses": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf",
|
||||||
|
"sha256:8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97"
|
||||||
|
],
|
||||||
|
"markers": "python_version < '3.7'",
|
||||||
|
"version": "==0.8"
|
||||||
|
},
|
||||||
"distlib": {
|
"distlib": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736",
|
"sha256:106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736",
|
||||||
|
|||||||
@@ -26,10 +26,7 @@ required = [
|
|||||||
"certifi",
|
"certifi",
|
||||||
"setuptools>=36.2.1",
|
"setuptools>=36.2.1",
|
||||||
"virtualenv-clone>=0.2.5",
|
"virtualenv-clone>=0.2.5",
|
||||||
"virtualenv",
|
"virtualenv"
|
||||||
'enum34; python_version<"3"',
|
|
||||||
# LEAVE THIS HERE!!! we have vendored dependencies that require it
|
|
||||||
'typing; python_version<"3.5"'
|
|
||||||
]
|
]
|
||||||
extras = {
|
extras = {
|
||||||
"dev": [
|
"dev": [
|
||||||
|
|||||||
Reference in New Issue
Block a user