A regex file renamer/mover
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Delete poetry.lock

authored by

Andrew C. H. McMillan and committed by
GitHub
ffae24f1 1519e032

-84
-84
poetry.lock
··· 1 - [[package]] 2 - name = "click" 3 - version = "8.0.1" 4 - description = "Composable command line interface toolkit" 5 - category = "main" 6 - optional = false 7 - python-versions = ">=3.6" 8 - 9 - [package.dependencies] 10 - colorama = {version = "*", markers = "platform_system == \"Windows\""} 11 - importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} 12 - 13 - [[package]] 14 - name = "colorama" 15 - version = "0.4.4" 16 - description = "Cross-platform colored terminal text." 17 - category = "main" 18 - optional = false 19 - python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" 20 - 21 - [[package]] 22 - name = "importlib-metadata" 23 - version = "4.6.1" 24 - description = "Read metadata from Python packages" 25 - category = "main" 26 - optional = false 27 - python-versions = ">=3.6" 28 - 29 - [package.dependencies] 30 - typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} 31 - zipp = ">=0.5" 32 - 33 - [package.extras] 34 - docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] 35 - perf = ["ipython"] 36 - testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"] 37 - 38 - [[package]] 39 - name = "typing-extensions" 40 - version = "3.10.0.0" 41 - description = "Backported and Experimental Type Hints for Python 3.5+" 42 - category = "main" 43 - optional = false 44 - python-versions = "*" 45 - 46 - [[package]] 47 - name = "zipp" 48 - version = "3.5.0" 49 - description = "Backport of pathlib-compatible object wrapper for zip files" 50 - category = "main" 51 - optional = false 52 - python-versions = ">=3.6" 53 - 54 - [package.extras] 55 - docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] 56 - testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] 57 - 58 - [metadata] 59 - lock-version = "1.1" 60 - python-versions = "^3.6" 61 - content-hash = "6125d34623e9af4b0c72a15d076004d43dea586d3d0df75b5734990e069c623a" 62 - 63 - [metadata.files] 64 - click = [ 65 - {file = "click-8.0.1-py3-none-any.whl", hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6"}, 66 - {file = "click-8.0.1.tar.gz", hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a"}, 67 - ] 68 - colorama = [ 69 - {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, 70 - {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, 71 - ] 72 - importlib-metadata = [ 73 - {file = "importlib_metadata-4.6.1-py3-none-any.whl", hash = "sha256:9f55f560e116f8643ecf2922d9cd3e1c7e8d52e683178fecd9d08f6aa357e11e"}, 74 - {file = "importlib_metadata-4.6.1.tar.gz", hash = "sha256:079ada16b7fc30dfbb5d13399a5113110dab1aa7c2bc62f66af75f0b717c8cac"}, 75 - ] 76 - typing-extensions = [ 77 - {file = "typing_extensions-3.10.0.0-py2-none-any.whl", hash = "sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497"}, 78 - {file = "typing_extensions-3.10.0.0-py3-none-any.whl", hash = "sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84"}, 79 - {file = "typing_extensions-3.10.0.0.tar.gz", hash = "sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342"}, 80 - ] 81 - zipp = [ 82 - {file = "zipp-3.5.0-py3-none-any.whl", hash = "sha256:957cfda87797e389580cb8b9e3870841ca991e2125350677b2ca83a0e99390a3"}, 83 - {file = "zipp-3.5.0.tar.gz", hash = "sha256:f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4"}, 84 - ]