Point Pipfile to my forked repo (for now), and relock.

This commit is contained in:
mike
2024-06-18 02:20:52 -07:00
parent ec81cab79d
commit 64ef546799
2 changed files with 9 additions and 6 deletions

View File

@ -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"