github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/poetry.lock (about)

     1  # This file is automatically @generated by Poetry and should not be changed by hand.
     2  
     3  [[package]]
     4  name = "cfgv"
     5  version = "3.3.1"
     6  description = "Validate configuration and produce human readable error messages."
     7  category = "main"
     8  optional = false
     9  python-versions = ">=3.6.1"
    10  files = [
    11      {file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"},
    12      {file = "cfgv-3.3.1.tar.gz", hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736"},
    13  ]
    14  
    15  [[package]]
    16  name = "distlib"
    17  version = "0.3.6"
    18  description = "Distribution utilities"
    19  category = "main"
    20  optional = false
    21  python-versions = "*"
    22  files = [
    23      {file = "distlib-0.3.6-py2.py3-none-any.whl", hash = "sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e"},
    24      {file = "distlib-0.3.6.tar.gz", hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46"},
    25  ]
    26  
    27  [[package]]
    28  name = "filelock"
    29  version = "3.9.0"
    30  description = "A platform independent file lock."
    31  category = "main"
    32  optional = false
    33  python-versions = ">=3.7"
    34  files = [
    35      {file = "filelock-3.9.0-py3-none-any.whl", hash = "sha256:f58d535af89bb9ad5cd4df046f741f8553a418c01a7856bf0d173bbc9f6bd16d"},
    36      {file = "filelock-3.9.0.tar.gz", hash = "sha256:7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de"},
    37  ]
    38  
    39  [package.extras]
    40  docs = ["furo (>=2022.6.21)", "sphinx (>=5.1.1)", "sphinx-autodoc-typehints (>=1.19.1)"]
    41  testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "pytest (>=7.1.2)", "pytest-cov (>=3)", "pytest-timeout (>=2.1)"]
    42  
    43  [[package]]
    44  name = "graphql-core"
    45  version = "3.2.3"
    46  description = "GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL."
    47  category = "main"
    48  optional = false
    49  python-versions = ">=3.6,<4"
    50  
    51  [[package]]
    52  name = "identify"
    53  version = "2.5.12"
    54  description = "File identification library for Python"
    55  category = "main"
    56  optional = false
    57  python-versions = ">=3.7"
    58  files = [
    59      {file = "identify-2.5.12-py2.py3-none-any.whl", hash = "sha256:e8a400c3062d980243d27ce10455a52832205649bbcaf27ffddb3dfaaf477bad"},
    60      {file = "identify-2.5.12.tar.gz", hash = "sha256:0bc96b09c838310b6fcfcc61f78a981ea07f94836ef6ef553da5bb5d4745d662"},
    61  ]
    62  
    63  [package.extras]
    64  license = ["ukkonen"]
    65  
    66  [[package]]
    67  name = "nodeenv"
    68  version = "1.7.0"
    69  description = "Node.js virtual environment builder"
    70  category = "main"
    71  optional = false
    72  python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
    73  
    74  [[package]]
    75  name = "platformdirs"
    76  version = "2.6.2"
    77  description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
    78  category = "main"
    79  optional = false
    80  python-versions = ">=3.7"
    81  files = [
    82      {file = "platformdirs-2.6.2-py3-none-any.whl", hash = "sha256:83c8f6d04389165de7c9b6f0c682439697887bca0aa2f1c87ef1826be3584490"},
    83      {file = "platformdirs-2.6.2.tar.gz", hash = "sha256:e1fea1fe471b9ff8332e229df3cb7de4f53eeea4998d3b6bfff542115e998bd2"},
    84  ]
    85  
    86  [package.extras]
    87  docs = ["furo (>=2022.9.29)", "proselint (>=0.13)", "sphinx-autodoc-typehints (>=1.19.4)", "sphinx (>=5.3)"]
    88  test = ["appdirs (==1.4.4)", "pytest-cov (>=4)", "pytest-mock (>=3.10)", "pytest (>=7.2)"]
    89  
    90  [[package]]
    91  name = "pre-commit"
    92  version = "2.21.0"
    93  description = "A framework for managing and maintaining multi-language pre-commit hooks."
    94  category = "main"
    95  optional = false
    96  python-versions = ">=3.7"
    97  files = [
    98      {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"},
    99      {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"},
   100  ]
   101  
   102  [package.dependencies]
   103  cfgv = ">=2.0.0"
   104  identify = ">=1.0.0"
   105  nodeenv = ">=0.11.1"
   106  pyyaml = ">=5.1"
   107  virtualenv = ">=20.10.0"
   108  
   109  [[package]]
   110  name = "pyyaml"
   111  version = "6.0"
   112  description = "YAML parser and emitter for Python"
   113  category = "main"
   114  optional = false
   115  python-versions = ">=3.6"
   116  
   117  [[package]]
   118  name = "semver"
   119  version = "2.13.0"
   120  description = "Python helper for Semantic Versioning (http://semver.org/)"
   121  category = "main"
   122  optional = false
   123  python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
   124  
   125  [[package]]
   126  name = "sgqlc"
   127  version = "16.0"
   128  description = "Simple GraphQL Client"
   129  category = "main"
   130  optional = false
   131  python-versions = ">=3.6"
   132  
   133  [package.dependencies]
   134  graphql-core = "*"
   135  
   136  [package.extras]
   137  requests = ["requests"]
   138  sphinx = ["sphinx", "sphinx-argparse"]
   139  websocket = ["websocket-client"]
   140  
   141  [[package]]
   142  name = "toml"
   143  version = "0.10.2"
   144  description = "Python Library for Tom's Obvious, Minimal Language"
   145  category = "main"
   146  optional = false
   147  python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
   148  
   149  [[package]]
   150  name = "virtualenv"
   151  version = "20.16.7"
   152  description = "Virtual Python Environment builder"
   153  category = "main"
   154  optional = false
   155  python-versions = ">=3.6"
   156  
   157  [package.dependencies]
   158  distlib = ">=0.3.6,<1"
   159  filelock = ">=3.4.1,<4"
   160  platformdirs = ">=2.4,<3"
   161  
   162  [package.extras]
   163  docs = ["proselint (>=0.13)", "sphinx (>=5.3)", "sphinx-argparse (>=0.3.2)", "sphinx-rtd-theme (>=1)", "towncrier (>=22.8)"]
   164  testing = ["coverage (>=6.2)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=21.3)", "pytest (>=7.0.1)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.2)", "pytest-mock (>=3.6.1)", "pytest-randomly (>=3.10.3)", "pytest-timeout (>=2.1)"]
   165  
   166  [metadata]
   167  lock-version = "1.1"
   168  python-versions = "^3.9"
   169  content-hash = "0c7176db2c3b552e47035cd5393a661b944e4e6985f739cc7972ca081ac72fe9"
   170  
   171  [metadata.files]
   172  cfgv = []
   173  distlib = []
   174  filelock = []
   175  graphql-core = []
   176  identify = []
   177  nodeenv = []
   178  platformdirs = []
   179  pre-commit = []
   180  pyyaml = []
   181  semver = []
   182  sgqlc = []
   183  toml = []
   184  virtualenv = []