Updates progress.py to use the git module for outputting commit hash

This commit is contained in:
Kenix3 2021-03-09 18:11:46 -05:00
parent 375f99f2b4
commit 1f7ad229c5
2 changed files with 2 additions and 1 deletions

View File

@ -4,3 +4,4 @@ colorama>=0.4.3
ansiwrap>=0.8.4
attrs>=18.2.0
watchdog>=0.10.2
GitPython>=3.1.14

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
import os, struct, sys, ast, argparse, json, re, csv
import os, argparse, json, re, csv, git
parser = argparse.ArgumentParser()