dmytrokyrychuk / nix-urllib3-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof that poetry2nix can install urllib3 without the need to override nativeBuildInputs.

$ nix develop --command python -c 'import urllib3; print(urllib3.__version__)'
2.0.4

About


Languages

Language:Nix 100.0%