Well this is new... how the @#$ do we install this? At least poetry namespaces...

@mistersql

Well this is new... how the @#$ do we install this? At least poetry namespaces it. This is just some tooling that doesn't respect namespacing.

```
[project]
dependencies = [
"requests"
]
```

Self-replies

So pip owns that?

```bash
python -v venv venv
. ./venv/Scripts/activate
pip install .
```

See, much simpler than `poetry install`