Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 3539aa2

Browse files
committed
nix: add twine and wheel packages
Needed for packaging and sending to pypi easily.
1 parent ec0e2d2 commit 3539aa2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ mkShell {
2424
python3Packages.requests
2525
python3Packages.requests-mock
2626
python3Packages.tox
27+
python3Packages.twine
28+
python3Packages.wheel
2729
];
2830
}

0 commit comments

Comments
 (0)