mirror of
https://github.com/FEX-Emu/RootFS.git
synced 2024-11-23 06:20:11 +00:00
Fix usage in python3 venv
This commit is contained in:
parent
134268a855
commit
7b0d2adb90
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
import errno
|
||||
import hashlib
|
||||
import git
|
||||
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
gitpython
|
||||
requests
|
Loading…
Reference in New Issue
Block a user