mach-nix/pypi-crawlers/nix/python.nix
2021-07-23 15:04:15 +02:00

16 lines
No EOL
279 B
Nix

let
mach-nix = import (builtins.fetchGit {
url = "https://github.com/DavHau/mach-nix";
ref = "refs/tags/3.2.0";
}) {};
in
mach-nix.mkPython {
requirements = ''
packaging
requests
psycopg2 >= 2.8.0
pkginfo
peewee
bounded-pool-executor
'';
}