diff options
| author | Jonathan Weth <git@jonathanweth.de> | 2020-07-22 15:43:08 +0200 |
|---|---|---|
| committer | Jonathan Weth <git@jonathanweth.de> | 2020-07-22 15:43:08 +0200 |
| commit | 773c749f582ff8fd9c1f106d5de8af34588cd3f8 (patch) | |
| tree | 80d523367534bb69d0a3205d88e4c3e5521c9c11 /poetry.lock | |
| parent | 63903348d6df3f63338af17e9ab1318eff9f018c (diff) | |
| parent | 0839dbac0f16d98cd1dfa13e71b8af8f404050a9 (diff) | |
| download | RWA.Support.SessionService-773c749f582ff8fd9c1f106d5de8af34588cd3f8.tar.gz RWA.Support.SessionService-773c749f582ff8fd9c1f106d5de8af34588cd3f8.tar.bz2 RWA.Support.SessionService-773c749f582ff8fd9c1f106d5de8af34588cd3f8.zip | |
Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-service
Diffstat (limited to 'poetry.lock')
| -rw-r--r-- | poetry.lock | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index 1759d95..c872566 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,13 @@ [[package]] category = "main" +description = "Python command-line parsing library" +name = "argparse" +optional = false +python-versions = "*" +version = "1.4.0" + +[[package]] +category = "main" description = "Python package for providing Mozilla's CA Bundle." name = "certifi" optional = false @@ -188,10 +196,14 @@ dev = ["pytest", "pytest-timeout", "coverage", "tox", "sphinx", "pallets-sphinx- watchdog = ["watchdog"] [metadata] -content-hash = "b0f18bcb0fae5ffa552ced8d8334169e085cecbc91cc84431c9f6af8635757d9" +content-hash = "09076fec39be67188ddcbeff179911de7f3dc0a88bc7157a996b6404676a17dd" python-versions = "^3.5" [metadata.files] +argparse = [ + {file = "argparse-1.4.0-py2.py3-none-any.whl", hash = "sha256:c31647edb69fd3d465a847ea3157d37bed1f95f19760b11a47aa91c04b666314"}, + {file = "argparse-1.4.0.tar.gz", hash = "sha256:62b089a55be1d8949cd2bc7e0df0bddb9e028faefc8c32038cc84862aefdd6e4"}, +] certifi = [ {file = "certifi-2020.6.20-py2.py3-none-any.whl", hash = "sha256:8fc0819f1f30ba15bdb34cceffb9ef04d99f420f68eb75d901e9560b8749fc41"}, {file = "certifi-2020.6.20.tar.gz", hash = "sha256:5930595817496dd21bb8dc35dad090f1c2cd0adfaf21204bf6732ca5d8ee34d3"}, |
