poetry2nix/tests/virtualenv-pre-20-18/default.nix
Victor Engmark 7f8501f43a refactor: Simplify virtualenv dependencies
At least Virtualenv 16.7.12 and 20.17.1 build with just the
"setuptools-scm" build system, so we can probably drop "cython" and
"setuptools".
2023-02-27 13:12:32 +13:00

4 lines
71 B
Nix

{ poetry2nix }:
poetry2nix.mkPoetryApplication {
projectDir = ./.;
}