Skip to content

Instantly share code, notes, and snippets.

View iksteen's full-sized avatar

Ingmar Steen iksteen

View GitHub Profile

Keybase proof

I hereby claim:

  • I am iksteen on github.
  • I am iksteen (https://keybase.io/iksteen) on keybase.
  • I have a public key whose fingerprint is 4940 DB12 1305 A9DE 5568 B27E C385 3DFE F5A6 4A1A

To claim this, I am signing this object:

[tool.poetry]
name = "project"
version = "1.0.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8"
aio_pika = "^6.6.0"
aiofiles = "^0.4.0"
 $ poetry export -vvv -frequirements.txt
Stack trace:
6 ~/.poetry/lib/poetry/_vendor/py3.8/clikit/console_application.py:131 in run
129│ parsed_args = resolved_command.args
130│
→ 131│ status_code = command.handle(parsed_args, io)
132│ except KeyboardInterrupt:
133│ status_code = 1