Fix usage in python3 venv

This commit is contained in:
Teoh Han Hui 2024-05-16 11:24:08 +00:00
parent 134268a855
commit 7b0d2adb90
No known key found for this signature in database
GPG Key ID: D43E2BABAF97DCAE
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import errno
import hashlib
import git

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
gitpython
requests