Commit f945937c by David Hotham Committed by Arun Babu Neelicattu

entrypoints 0.4

parent 99a8a45a
...@@ -191,11 +191,11 @@ pgp = ["gpg"] ...@@ -191,11 +191,11 @@ pgp = ["gpg"]
[[package]] [[package]]
name = "entrypoints" name = "entrypoints"
version = "0.3" version = "0.4"
description = "Discover and load entry points from installed packages." description = "Discover and load entry points from installed packages."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=2.7" python-versions = ">=3.6"
[[package]] [[package]]
name = "filelock" name = "filelock"
...@@ -827,7 +827,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- ...@@ -827,7 +827,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "56961f64dd92251ce1d086a77ae43fb8f802abd7e602eeb619586da9d896e8b2" content-hash = "e96d956b172c63543827d2947ac62baba33aaac4b45321d8697841bfba881100"
[metadata.files] [metadata.files]
atomicwrites = [ atomicwrites = [
...@@ -1021,8 +1021,8 @@ dulwich = [ ...@@ -1021,8 +1021,8 @@ dulwich = [
{file = "dulwich-0.20.42.tar.gz", hash = "sha256:72ba3b60ae6a554d1332b3b40a345febe16ec469cf6014bb443b719902e33ef0"}, {file = "dulwich-0.20.42.tar.gz", hash = "sha256:72ba3b60ae6a554d1332b3b40a345febe16ec469cf6014bb443b719902e33ef0"},
] ]
entrypoints = [ entrypoints = [
{file = "entrypoints-0.3-py2.py3-none-any.whl", hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19"}, {file = "entrypoints-0.4-py3-none-any.whl", hash = "sha256:f174b5ff827504fd3cd97cc3f8649f3693f51538c7e4bdf3ef002c8429d42f9f"},
{file = "entrypoints-0.3.tar.gz", hash = "sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451"}, {file = "entrypoints-0.4.tar.gz", hash = "sha256:b706eddaa9218a19ebcd67b56818f05bb27589b1ca9e8d797b74affad4ccacd4"},
] ]
filelock = [ filelock = [
{file = "filelock-3.7.0-py3-none-any.whl", hash = "sha256:c7b5fdb219b398a5b28c8e4c1893ef5f98ece6a38c6ab2c22e26ec161556fed6"}, {file = "filelock-3.7.0-py3-none-any.whl", hash = "sha256:c7b5fdb219b398a5b28c8e4c1893ef5f98ece6a38c6ab2c22e26ec161556fed6"},
......
...@@ -50,7 +50,7 @@ cachecontrol = { version = "^0.12.9", extras = ["filecache"] } ...@@ -50,7 +50,7 @@ cachecontrol = { version = "^0.12.9", extras = ["filecache"] }
cachy = "^0.3.0" cachy = "^0.3.0"
cleo = "^1.0.0a4" cleo = "^1.0.0a4"
crashtest = "^0.3.0" crashtest = "^0.3.0"
entrypoints = "^0.3" entrypoints = "^0.4"
html5lib = "^1.0" html5lib = "^1.0"
importlib-metadata = { version = ">=1.6.0", python = "<3.8" } importlib-metadata = { version = ">=1.6.0", python = "<3.8" }
# keyring uses calver, so version is unclamped # keyring uses calver, so version is unclamped
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment