diff options
| author | Jonathan Weth <mail@jonathanweth.de> | 2020-07-22 15:05:47 +0200 |
|---|---|---|
| committer | Jonathan Weth <mail@jonathanweth.de> | 2020-07-22 15:05:47 +0200 |
| commit | 0839dbac0f16d98cd1dfa13e71b8af8f404050a9 (patch) | |
| tree | 4718035f081acf2b9c091728a049a8ffd568561e /poetry.lock | |
| parent | 743492297d911bb296127cc0e95c16b0b0b4ce9f (diff) | |
| parent | 165e826a11f113e9dbd298a8ab93db78c0bba596 (diff) | |
| download | RWA.Support.SessionService-0839dbac0f16d98cd1dfa13e71b8af8f404050a9.tar.gz RWA.Support.SessionService-0839dbac0f16d98cd1dfa13e71b8af8f404050a9.tar.bz2 RWA.Support.SessionService-0839dbac0f16d98cd1dfa13e71b8af8f404050a9.zip | |
Merge branch 'pr/service-mockup-feature' into 'master'
Session Service should have an API mockup mode
See merge request remotewebapp/session-service!2
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"}, |
