Commit 0b4a52d9 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

libretro: remove unnecessary requests from update_cores.py script

parent ef51849e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env nix-shell
#!nix-shell -I nixpkgs=../../../../ -i python3 -p "python3.withPackages (ps: with ps; [ requests nix-prefetch-github ])" -p "git"
#!nix-shell -I nixpkgs=../../../../ -i python3 -p "python3.withPackages (ps: with ps; [ nix-prefetch-github ])" -p "git"

import json
import os