Point Pipfile to my forked repo (for now), and relock.
This commit is contained in:
8
Pipfile
8
Pipfile
@ -4,10 +4,12 @@ verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
#py-gitea = "*"
|
||||
py-gitea = {file = "/home/mike/opt/py-gitea"}
|
||||
# py-gitea = "*"
|
||||
py-gitea = {git = "https://github.com/mikeperalta1/py-gitea.git"}
|
||||
# py-gitea = {file = "/home/mike/opt/py-gitea"}
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
||||
python_version = "3.12.4"
|
||||
|
||||
|
Reference in New Issue
Block a user